Change track spacing for freepdk45

This commit is contained in:
mrg 2022-03-18 16:01:57 -07:00
parent 2bfc94fcdd
commit a8f50f212e
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""