From: Luke Kenneth Casson Leighton Date: Sat, 28 Jul 2018 05:20:57 +0000 (+0100) Subject: confuse Tuple2 name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fff34ba923b4de48247c239cde003ca838666aa1;p=pinmux.git confuse Tuple2 name --- diff --git a/src/bsv/bsv_lib/slow_peripherals_template.bsv b/src/bsv/bsv_lib/slow_peripherals_template.bsv index 636197e..e16e4b7 100644 --- a/src/bsv/bsv_lib/slow_peripherals_template.bsv +++ b/src/bsv/bsv_lib/slow_peripherals_template.bsv @@ -48,7 +48,7 @@ package slow_peripherals; method Bit#(1) mtip_int; method Bit#(`DATA) mtime; `endif - `ifdef PLIC method ActionValue#(SlowTuple2#(Bool,Bool)) intrpt_note; + `ifdef PLIC method ActionValue#(Tuple2#(Bool,Bool)) intrpt_note; `endif interface IOCellSide iocell_side; // mandatory interface `ifdef PLIC