experiment with same settings as benchs/6502
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 13 Jun 2021 11:29:32 +0000 (11:29 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 13 Jun 2021 11:29:32 +0000 (11:29 +0000)
experiments9/coriolis2/settings.py
experiments9/doDesign.py

index 5f7051a642bea34f5e1da36231ada4989d400385..57a8b32080246e94168545667ed15b5c75efcdad 100644 (file)
@@ -135,10 +135,19 @@ with CfgCache('', priority=Cfg.Parameter.Priority.UserFile) as cfg:
     #cfg.etesian.aspectRatio         = 1.0
 
     # Run 5 (make-cgt-5.log)
+    #cfg.etesian.effort               = 2
+    #cfg.etesian.uniformDensity       = True
+    #cfg.etesian.spaceMargin          = 0.05
+    #cfg.etesian.aspectRatio          = 1.0
+
+    # Run 6 (make-cgt-6.log) copy from benchs/6502/cmos45/coriolos2/settings
     cfg.etesian.effort               = 2
     cfg.etesian.uniformDensity       = True
-    cfg.etesian.spaceMargin          = 0.05
+    cfg.etesian.spaceMargin          = 0.3
     cfg.etesian.aspectRatio          = 1.0
+    cfg.etesian.bloat                = 'nsxlib'
+    cfg.katana.searchHalo            = 4
+
     cfg.katana.useGlobalEstimate     = False
     cfg.katana.vTracksReservedLocal  = 7
     cfg.katana.hTracksReservedLocal  = 6
index 4222efe174b7e5d50122f19ab96fb9b318f18d59..eb3715a3382fe6b5e0b399086d09b7be733ae829 100644 (file)
@@ -41,9 +41,11 @@ def scriptMain (**kw):
         if editor: editor.setCell( cell )
         ls180Conf = ChipConf( cell, ioPads=ioSpecs.ioPadsSpec )
         ls180Conf.cfg.etesian.bloat = 'nsxlib'
-        ls180Conf.cfg.etesian.uniformDensity = True
-        ls180Conf.cfg.etesian.aspectRatio = 1.0
-        ls180Conf.cfg.etesian.spaceMargin = 0.05
+        # already in settings
+        #ls180Conf.cfg.etesian.uniformDensity = True
+        #ls180Conf.cfg.etesian.aspectRatio = 1.0
+        #ls180Conf.cfg.etesian.spaceMargin = 0.05
+
         #ls180Conf.cfg.katana.hTracksReservedLocal = 6
         #ls180Conf.cfg.katana.vTracksReservedLocal = 3
         ls180Conf.cfg.katana.hTracksReservedMin = 6