Update power layer on li for sky130

This commit is contained in:
mrg
2022-06-08 17:19:26 -07:00
parent 9e3a28237f
commit d30f05a1ae
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ class dff_array(design.design):
# Add connections every 4 cells
for col in range(0, self.columns, 4):
gnd_pin=self.dff_insts[0, col].get_pin("gnd")
self.add_power_pin("gnd", gnd_pin.rc(), start_layer=vdd_pin.layer)
self.add_power_pin("gnd", gnd_pin.rc(), start_layer=gnd_pin.layer)
def add_layout_pins(self):
for row in range(self.rows):