From fff34ba923b4de48247c239cde003ca838666aa1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 28 Jul 2018 06:20:57 +0100 Subject: [PATCH] confuse Tuple2 name --- src/bsv/bsv_lib/slow_peripherals_template.bsv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2