add domains and clocks to be able to create different VDD/VSS IO
[pinmux.git] / src / pinmux_generator.py
index 4ceeec68ba7cacfb7576d39509ef239ca4334901..176660b34b1593e819fe999328db87361ee41332 100644 (file)
@@ -92,7 +92,7 @@ if __name__ == '__main__':
             else:
                 specgen(of, output_dir, pinout,
                         bankspec, ps.muxwidths, pin_spec, fixedpins, ps.fastbus)
-                module.pinparse(pinspec)
+                module.pinparse(ps, pinspec)
     else:
         if output_type == 'bsv':
             from bsv.pinmux_generator import pinmuxgen as gentypes