Skip to content

Commit 44536d5

Browse files
committed
drt: deeper search pa
Signed-off-by: osamahammad21 <[email protected]>
1 parent fa4c247 commit 44536d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drt/src/pa/FlexPA_acc_point.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ void FlexPA::filterViaAccess(
902902
for (auto& [idx, via_def] : via_defs) {
903903
auto via = std::make_unique<frVia>(via_def, begin_point);
904904
const odb::Rect box = via->getLayer1BBox();
905-
if (inst_term) {
905+
if (inst_term && !deep_search) {
906906
odb::Rect boundary_bbox = inst_term->getInst()->getBoundaryBBox();
907907
if (!boundary_bbox.contains(box)) {
908908
continue;

0 commit comments

Comments
 (0)