mirror of https://github.com/VLSIDA/OpenRAM.git
Must connect for replica cells other than top/bottom
This commit is contained in:
parent
797c41c750
commit
2ac04efe2e
|
|
@ -188,6 +188,8 @@ class replica_column(design.design):
|
||||||
for pin_name in ["vdd", "gnd"]:
|
for pin_name in ["vdd", "gnd"]:
|
||||||
if inst in [self.cell_inst[0], self.cell_inst[self.total_size - 1]]:
|
if inst in [self.cell_inst[0], self.cell_inst[self.total_size - 1]]:
|
||||||
self.copy_power_pins(inst, pin_name)
|
self.copy_power_pins(inst, pin_name)
|
||||||
|
else:
|
||||||
|
self.copy_layout_pin(inst, pin_name)
|
||||||
|
|
||||||
def get_bitcell_pins(self, row, col):
|
def get_bitcell_pins(self, row, col):
|
||||||
""" Creates a list of connections in the bitcell,
|
""" Creates a list of connections in the bitcell,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue