We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4c247 commit 44536d5Copy full SHA for 44536d5
src/drt/src/pa/FlexPA_acc_point.cpp
@@ -902,7 +902,7 @@ void FlexPA::filterViaAccess(
902
for (auto& [idx, via_def] : via_defs) {
903
auto via = std::make_unique<frVia>(via_def, begin_point);
904
const odb::Rect box = via->getLayer1BBox();
905
- if (inst_term) {
+ if (inst_term && !deep_search) {
906
odb::Rect boundary_bbox = inst_term->getInst()->getBoundaryBBox();
907
if (!boundary_bbox.contains(box)) {
908
continue;
0 commit comments