Connect dnwell taps to gnd

This commit is contained in:
mrg
2021-05-26 17:38:09 -07:00
parent 2b5013fd69
commit 8bf37ca708
4 changed files with 70 additions and 33 deletions
+2 -2
View File
@@ -898,7 +898,7 @@ class router(router_tech):
Adds a supply pin to the perimeter and resizes the bounding box.
"""
pg = pin_group(name, [], self)
if name == "vdd":
if name == "gnd":
offset = width + 1
else:
offset = 1
@@ -927,7 +927,7 @@ class router(router_tech):
pg = pin_group(name, [], self)
# Offset the vdd inside one ring width
# Units are in routing grids
if name == "vdd":
if name == "gnd":
offset = width + 1
else:
offset = 1