maintaining distinct arrays for muxed and dedicated cells
[pinmux.git] / src / interface_def.py
index 0d2305d057ed9c7797f9cb77c502d7c4291b34eb..12fa6c954a9661c8deeb26bbb230ec74e93d67f6 100644 (file)
@@ -1,7 +1,7 @@
 from params import *
 # === templates for interface definitions ====== #
 mux_interface_def = '''
-      method Action cell{0}_mux (Bit#(''' + str(N_MUX) + ''') in );
+      method Action cell{0}_mux (Bit#({1}) in );
          wrmux{0}<=in;
       endmethod
 '''