fix peripherals
[pinmux.git] / src / bsv / pinmux_generator.py
index 4f452edf72e59ebea0da3f27edf166e93bfa29ab..5e35df4cb7f7bb6b6e162d0121c27048c9c7ea8e 100644 (file)
@@ -110,7 +110,7 @@ def write_slow(slow, template, p, ifaces, iocells):
     with open(template) as bsv_file:
         template = bsv_file.read()
     imports = ifaces.slowimport()
-    ifdecl = ifaces.slowifdecl()
+    ifdecl = ifaces.slowifdeclmux()
     regdef = ifaces.axi_reg_def()
     slavedecl = ifaces.axi_slave_idx()
     fnaddrmap = ifaces.axi_addr_map()