From: Luke Kenneth Casson Leighton Date: Mon, 30 Jul 2018 09:22:19 +0000 (+0100) Subject: whoops iocell_side interface in wrong template X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81cf382466b233ff71e462f769d34947e6f10c13;p=pinmux.git whoops iocell_side interface in wrong template --- diff --git a/src/bsv/bsv_lib/slow_peripherals_template.bsv b/src/bsv/bsv_lib/slow_peripherals_template.bsv index 8d3404e..1eece87 100644 --- a/src/bsv/bsv_lib/slow_peripherals_template.bsv +++ b/src/bsv/bsv_lib/slow_peripherals_template.bsv @@ -36,7 +36,6 @@ 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; diff --git a/src/bsv/bsv_lib/soc_template.bsv b/src/bsv/bsv_lib/soc_template.bsv index dbe9f7e..0e0886e 100644 --- a/src/bsv/bsv_lib/soc_template.bsv +++ b/src/bsv/bsv_lib/soc_template.bsv @@ -91,6 +91,7 @@ package socgen; /*========================= */ interface Ifc_Soc; interface SP_dedicated_ios slow_ios; + interface IOCellSide iocell_side; (*always_ready,always_enabled*) method Action boot_sequence(Bit#(1) bootseq);