fix dedicated outputs, hard-code enable line to 1
[pinmux.git] / src / bsv / pinmux_generator.py
index 64ab8851b071b8fc8bb64a945056d1fd96f4f2f0..9890f3f007514596009e5e75cfd278c79800eac0 100644 (file)
@@ -294,6 +294,7 @@ def write_pmp(pmp, p, ifaces, iocells):
         bsv_file.write('''
       /*====== This where the muxing starts for each io-cell======*/
       Wire#(Bit#(1)) val0<-mkDWire(0); // need a zero
+      Wire#(Bit#(1)) val1<-mkDWire(1); // need a one
 ''')
         bsv_file.write(p.pinmux)
         bsv_file.write('''