From a8f50f212e2c760e81d1e54aaad0eff8048d6f32 Mon Sep 17 00:00:00 2001 From: mrg Date: Fri, 18 Mar 2022 16:01:57 -0700 Subject: [PATCH] Change track spacing for freepdk45 --- compiler/router/router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/router/router.py b/compiler/router/router.py index 39a9ea0c..fd00d98d 100644 --- a/compiler/router/router.py +++ b/compiler/router/router.py @@ -939,7 +939,7 @@ class router(router_tech): self.new_pins[name] = pg.pins - def add_ring_supply_pin(self, name, width=3, space=2): + def add_ring_supply_pin(self, name, width=3, space=3): """ Adds a ring supply pin that goes outside the given bbox. """