From 99441a641218bcd6a5b2d6396198729e71705aa1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 13 Jun 2021 11:29:32 +0000 Subject: [PATCH] experiment with same settings as benchs/6502 --- experiments9/coriolis2/settings.py | 11 ++++++++++- experiments9/doDesign.py | 8 +++++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/experiments9/coriolis2/settings.py b/experiments9/coriolis2/settings.py index 5f7051a..57a8b32 100644 --- a/experiments9/coriolis2/settings.py +++ b/experiments9/coriolis2/settings.py @@ -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 diff --git a/experiments9/doDesign.py b/experiments9/doDesign.py index 4222efe..eb3715a 100644 --- a/experiments9/doDesign.py +++ b/experiments9/doDesign.py @@ -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 -- 2.30.2