Make both gnd rails in 6T cell from top to bottom in SCMOS. Connect in bitcell array.

This commit is contained in:
Matt Guthaus
2018-02-02 12:31:33 -08:00
committed by Hunter Nichols
parent 012c3923be
commit be1c59f10c
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ class bitcell_array(design.design):
for gnd_pin in gnd_pins:
# avoid duplicates by only doing even rows
# also skip if it isn't the pin that spans the entire cell down to the bottom
if gnd_pin.layer=="metal2" and col%2 == 0 and gnd_pin.by()==lower_y:
if gnd_pin.layer=="metal2" and gnd_pin.by()==lower_y:
self.add_layout_pin(text="gnd",
layer="metal2",
offset=gnd_pin.ll(),
Binary file not shown.
Binary file not shown.