From: Luke Kenneth Casson Leighton Date: Mon, 30 Jul 2018 09:10:47 +0000 (+0100) Subject: add iocell peripheral and jtag pins X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=190045c8052e4330f8b991e94caf00423dbbbaf6;p=pinmux.git add iocell peripheral and jtag pins --- 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;