pep8 cleanup
[pinmux.git] / src / bsv / pinmux_generator.py
index 5ccaa34cbdc9ec9715e94273a36daa3d1a1adf9d..a20fc7d93e92c5c91ce8f0580d1ec7b316e0303e 100644 (file)
@@ -111,7 +111,16 @@ def pinmuxgen(pth=None, verify=True):
     write_soc(soc, soct, fastmf, fastmt, fastid, fastit, p, ifaces, iocells)
 
 
-def write_slow(slow, slowt, slowmf, slowmt, slowid, slowit, p, ifaces, iocells):
+def write_slow(
+        slow,
+        slowt,
+        slowmf,
+        slowmt,
+        slowid,
+        slowit,
+        p,
+        ifaces,
+        iocells):
     """ write out the slow_peripherals.bsv file.
         joins all the peripherals together into one AXI Lite interface
     """