From 605fa5cdd121d146b48f4a501ffc4f00b409fbb6 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sun, 25 Jun 2023 15:29:35 +0200 Subject: [PATCH] Using the right cell gauge name in GF180MCU techn o file. --- crlcore/python/technos/node180/gf180mcu/mcu9t5v0.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crlcore/python/technos/node180/gf180mcu/mcu9t5v0.py b/crlcore/python/technos/node180/gf180mcu/mcu9t5v0.py index 174c6fb2..6af50d79 100644 --- a/crlcore/python/technos/node180/gf180mcu/mcu9t5v0.py +++ b/crlcore/python/technos/node180/gf180mcu/mcu9t5v0.py @@ -111,7 +111,7 @@ def _routing (): with CfgCache(priority=Cfg.Parameter.Priority.ConfigurationFile) as cfg: env = af.getEnvironment() - env.setRegister( '^dff.*' ) + env.setRegister( '.*__dff.*' ) # Place & Route setup cfg.viewer.minimumSize = 500 cfg.viewer.pixelThreshold = 2 @@ -146,7 +146,7 @@ def _routing (): ('Show result only', 3), ) cfg.anabatic.routingGauge = 'mcu9t5v0' - cfg.anabatic.cellGauge = 'LEF.CoreSite' + cfg.anabatic.cellGauge = 'LEF.GF018hv5v_green_sc9' cfg.anabatic.globalLengthThreshold = 1450 cfg.anabatic.saturateRatio = 0.90 cfg.anabatic.saturateRp = 10