Skip to content

Commit dd122d3

Browse files
committed
drt: remove testing error to allow ispd ci
Signed-off-by: osamahammad21 <[email protected]>
1 parent 4b3709e commit dd122d3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/drt/src/io/GuideProcessor.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,15 +1007,6 @@ void GuideProcessor::patchGuides(frNet* net,
10071007
if (isPinCoveredByGuides(pin, guides)) {
10081008
return;
10091009
}
1010-
if (pin->typeId() == frcInstTerm
1011-
&& static_cast<frInstTerm*>(pin)
1012-
->getInst()
1013-
->getMaster()
1014-
->getMasterType()
1015-
.isCore()) {
1016-
logger_->error(
1017-
DRT, 1008, "Pin {} is not covered by guides.", getPinName(pin));
1018-
}
10191010
// no guide was found that overlaps with any of the pin shapes, then we patch
10201011
// the guides
10211012

0 commit comments

Comments
 (0)