reformat declarations to look like test file, bit hacky...
[pinmux.git] / src / bsv / wire_def.py
index 59431a2a41a816d5b433b27f21f3c04fb1c7787b..3838709f8d58442c781a6a28cbaa50bb45cb45c3 100644 (file)
@@ -2,6 +2,7 @@
 muxwire = '''
       Wire#({1}) wrcell{0}_mux<-mkDWire(0);'''
 generic_io = '''
-      GenericIOType cell{0}_mux_out=unpack(0);
+      Wire#(Bit#(1)) cell{0}_mux_out<-mkDWire(0);
+      Wire#(Bit#(1)) cell{0}_mux_outen<-mkDWire(0);
       Wire#(Bit#(1)) cell{0}_mux_in<-mkDWire(0);
 '''