Must connect for replica cells other than top/bottom

This commit is contained in:
mrg 2020-08-13 16:26:19 -07:00
parent 797c41c750
commit 2ac04efe2e
1 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,8 @@ class replica_column(design.design):
for pin_name in ["vdd", "gnd"]:
if inst in [self.cell_inst[0], self.cell_inst[self.total_size - 1]]:
self.copy_power_pins(inst, pin_name)
else:
self.copy_layout_pin(inst, pin_name)
def get_bitcell_pins(self, row, col):
""" Creates a list of connections in the bitcell,