Extra space for unused wl contacts

This commit is contained in:
mrg
2020-08-14 14:23:40 -07:00
parent 170e3feb7d
commit 35a1b00aa0
+1 -1
View File
@@ -977,7 +977,7 @@ class bank(design.design):
for wl_name in gnd_wl_names:
pin = self.bitcell_array_inst.get_pin(wl_name)
pin_layer = pin.layer
layer_pitch = getattr(self, "{}_pitch".format(pin_layer))
layer_pitch = 1.5 * getattr(self, "{}_pitch".format(pin_layer))
left_pin_loc = pin.lc()
right_pin_loc = pin.rc()