"""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) )
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 )