expand core size to 28000
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 20 Feb 2021 12:37:54 +0000 (12:37 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 20 Feb 2021 12:37:54 +0000 (12:37 +0000)
experiments9/doDesign.py

index 890564d3d77fe3550f0b9e0d534f9dfcd8dbce98..0253e78232ac67f80c7a6d522116673c7512d04f 100644 (file)
@@ -25,7 +25,7 @@ def scriptMain (**kw):
     """The mandatory function to be called by Coriolis CGT/Unicorn."""
     global af
     rvalue = True
-    coreSize = 26000 
+    coreSize = 28000 
     cwd = os.path.split( os.path.abspath(__file__) )[0]
     ioSpecs = IoSpecs()
     ioSpecs.loadFromPinmux( '{}/ls180/litex_pinpads.json'.format(cwd) )
@@ -34,8 +34,8 @@ def scriptMain (**kw):
         cell, editor = plugins.kwParseMain( **kw )
         cell = af.getCell( 'ls180', CRL.Catalog.State.Logical )
         if cell is None:
-            print( ErrorMessage( 2, 'doDesign.scriptMain(): Unable to load cell "{}".' \
-                                    .format('ls180') ))
+            print( ErrorMessage( 2, 'doDesign.scriptMain(): Unable to '
+                                    'load cell "{}".'.format('ls180') ))
             sys.exit(1)
         if editor: editor.setCell( cell )
         ls180Conf = ChipConf( cell, ioPads=ioSpecs.ioPadsSpec )