diff --git a/compiler/bitcell_array.py b/compiler/bitcell_array.py index 10bbf78a..30696b7c 100644 --- a/compiler/bitcell_array.py +++ b/compiler/bitcell_array.py @@ -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(), diff --git a/technology/scn3me_subm/gds_lib/cell_6t.gds b/technology/scn3me_subm/gds_lib/cell_6t.gds index 7433d63f..e7298cce 100644 Binary files a/technology/scn3me_subm/gds_lib/cell_6t.gds and b/technology/scn3me_subm/gds_lib/cell_6t.gds differ diff --git a/technology/scn3me_subm/gds_lib/replica_cell_6t.gds b/technology/scn3me_subm/gds_lib/replica_cell_6t.gds index fbe8a28a..9f0f120d 100644 Binary files a/technology/scn3me_subm/gds_lib/replica_cell_6t.gds and b/technology/scn3me_subm/gds_lib/replica_cell_6t.gds differ