From 2ac04efe2e466e0653dfadbf4520fc5a6d2c4239 Mon Sep 17 00:00:00 2001 From: mrg Date: Thu, 13 Aug 2020 16:26:19 -0700 Subject: [PATCH] Must connect for replica cells other than top/bottom --- compiler/modules/replica_column.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/modules/replica_column.py b/compiler/modules/replica_column.py index eb3116d3..c75bc9ee 100644 --- a/compiler/modules/replica_column.py +++ b/compiler/modules/replica_column.py @@ -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,