diff --git a/compiler/base/hierarchy_layout.py b/compiler/base/hierarchy_layout.py index e745df57..229bb0f8 100644 --- a/compiler/base/hierarchy_layout.py +++ b/compiler/base/hierarchy_layout.py @@ -783,8 +783,8 @@ class layout(lef.lef): def vcg_pin_overlap(pin1, pin2, vertical): """ Check for vertical or horizontal overlap of the two pins """ - # Pin 1 must be in the "TOP" set - x_overlap = pin1.by() > pin2.by() and abs(pin1.center().x-pin2.center().x)