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-01-31 10:04:28 -08:00 committed by Hunter Nichols
parent 012c3923be
commit be1c59f10c
3 changed files with 1 additions and 1 deletions

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(),