whoops iocell_side interface in wrong template
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 30 Jul 2018 09:22:19 +0000 (10:22 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 30 Jul 2018 09:22:19 +0000 (10:22 +0100)
src/bsv/bsv_lib/slow_peripherals_template.bsv
src/bsv/bsv_lib/soc_template.bsv

index 8d3404e7b7c26ecafd66a12fb4021f4d6617456e..1eece87e99e2b18048b30d8990dbc9b4c66be1c6 100644 (file)
@@ -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;
index dbe9f7e913da97d6659840bdd4581c4b03e16d03..0e0886ecf9ff83e416f1096212eacfce055c5fd3 100644 (file)
@@ -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);