add fastbus system, which stops peripherals from being added to slow
[pinmux.git] / src / bsv / pinmux_generator.py
index 2abce7c8768fe57766874dff30f8caeb0e65a4a9..7a175ed260b5f85552d4b5b7a83fb0a2b4242960 100644 (file)
@@ -102,7 +102,7 @@ def write_slow(slow, slowt, p, ifaces, iocells):
     with open(slowt) as bsv_file:
         slowt = bsv_file.read()
     imports = ifaces.slowimport()
-    ifdecl = ifaces.slowifdeclmux()
+    ifdecl = ifaces.slowifdeclmux() + '\n' + ifaces.extifdecl()
     regdef = ifaces.axi_reg_def()
     slavedecl = ifaces.axi_slave_idx()
     fnaddrmap = ifaces.axi_addr_map()