Skip to content

Commit 4db9368

Browse files
committed
Revert "Merge pull request #8796 from eder-matheus/grt_null"
This reverts commit 5687e05, reversing changes made to b47291e. Signed-off-by: Eder Monteiro <[email protected]>
1 parent b2207dd commit 4db9368

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/grt/src/GlobalRouter.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3888,14 +3888,6 @@ void GlobalRouter::makeItermPins(Net* net,
38883888
if (!inst->isPlaced()) {
38893889
logger_->error(GRT, 10, "Instance {} is not placed.", inst->getName());
38903890
}
3891-
3892-
if (!die_area.contains(inst->getBBox()->getBox())) {
3893-
logger_->error(GRT,
3894-
280,
3895-
"Instance {} is completely outside the die area.",
3896-
inst->getName());
3897-
}
3898-
38993891
const odb::dbTransform transform = inst->getTransform();
39003892

39013893
odb::Point pin_pos;

0 commit comments

Comments
 (0)