From bfd1abc79f738177c393b0137d5455bcc9d5cf2b Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 10 Jun 2020 14:58:55 -0700 Subject: [PATCH] Replica column pins start at 0 height. --- compiler/modules/replica_column.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/modules/replica_column.py b/compiler/modules/replica_column.py index afe87497..603bebfe 100644 --- a/compiler/modules/replica_column.py +++ b/compiler/modules/replica_column.py @@ -154,7 +154,7 @@ class replica_column(design.design): bl_pin = self.cell_inst[0].get_pin(bl_name) self.add_layout_pin(text=bl_name, layer=bl_pin.layer, - offset=bl_pin.ll(), + offset=bl_pin.ll().scale(1, 0), width=bl_pin.width(), height=self.height)