From: Luke Kenneth Casson Leighton Date: Thu, 13 Aug 2020 10:59:22 +0000 (+0000) Subject: whoops must use "with" on CfgCache X-Git-Tag: partial-core-ls180-gdsii~85 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1fabecd6c0782d69f24cd07eaa355f6cdded36d;p=soclayout.git whoops must use "with" on CfgCache --- diff --git a/experiments9/coriolis2/settings.py b/experiments9/coriolis2/settings.py index 4b26310..18dd05c 100644 --- a/experiments9/coriolis2/settings.py +++ b/experiments9/coriolis2/settings.py @@ -18,7 +18,7 @@ with CfgCache('', priority=Cfg.Parameter.Priority.UserFile) as cfg: cfg.anabatic.edgeWidth = 8 cfg.anabatic.topRoutingLayer = 'METAL5' cfg.etesian.graphics = 3 - + #cfg.katana.searchHalo = 30 #cfg.katana.eventsLimit = 1000000 #cfg.katana.hTracksReservedLocal = 7 @@ -30,7 +30,7 @@ with CfgCache('', priority=Cfg.Parameter.Priority.UserFile) as cfg: #cfg.etesian.aspectRatio = 1.0 #cfg.katana.vTracksReservedLocal = 4 #cfg.katana.hTracksReservedLocal = 4 - + # Run 3 (make-cgt-3.log) #cfg.etesian.effort = 2 #cfg.etesian.uniformDensity = False @@ -38,7 +38,7 @@ with CfgCache('', priority=Cfg.Parameter.Priority.UserFile) as cfg: #cfg.etesian.aspectRatio = 1.0 #cfg.katana.vTracksReservedLocal = 5 #cfg.katana.hTracksReservedLocal = 5 - + # Run 4 (make-cgt-4.log) #cfg.etesian.effort = 2 #cfg.etesian.uniformDensity = True