argh, nsxlib does not have analog. have to cheat
[soclayout.git] / experiments9 / doDesign.py
index 33db8500d984c3d6cf968d3946f29d5be594682c..4222efe174b7e5d50122f19ab96fb9b318f18d59 100644 (file)
@@ -28,7 +28,8 @@ def scriptMain (**kw):
     coreSize = 65000 
     cwd = os.path.split( os.path.abspath(__file__) )[0]
     ioSpecs = IoSpecs()
-    ioSpecs.loadFromPinmux( '%s/ls180/litex_pinpads.json' % cwd )
+    ioSpecs.loadFromPinmux( '%s/ls180/litex_pinpads.json' % cwd,
+                            cheat_dont_do_analog=True)
     try:
         #helpers.setTraceLevel( 550 )
         cell, editor = plugins.kwParseMain( **kw )