From 190045c8052e4330f8b991e94caf00423dbbbaf6 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 30 Jul 2018 10:10:47 +0100 Subject: [PATCH] add iocell peripheral and jtag pins --- src/bsv/bsv_lib/slow_peripherals_template.bsv | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bsv/bsv_lib/slow_peripherals_template.bsv b/src/bsv/bsv_lib/slow_peripherals_template.bsv index 1eece87..8d3404e 100644 --- a/src/bsv/bsv_lib/slow_peripherals_template.bsv +++ b/src/bsv/bsv_lib/slow_peripherals_template.bsv @@ -36,6 +36,7 @@ package slow_peripherals; /*===== interface declaration =====*/ interface SP_dedicated_ios; + interface IOCellSide iocell_side; `ifdef AXIEXP interface Get#(Bit#(67)) axiexp1_out; interface Put#(Bit#(67)) axiexp1_in; -- 2.30.2