whoops iocell_side interface in wrong template
[pinmux.git] / src / bsv / bsv_lib / soc_template.bsv
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);