Skip to content

Commit 9eae3c4

Browse files
committed
closes #7744
Signed-off-by: osamahammad21 <osama21@aucegypt.edu>
1 parent 99be8f1 commit 9eae3c4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/drt/src/io/io_parser_helper.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,9 @@ void io::Parser::checkPins()
856856
bool hasPolys = false;
857857
// Check BTerms on grid
858858
for (const auto& bTerm : getBlock()->getTerms()) {
859+
if (!bTerm->hasNet() || bTerm->getNet()->isSpecial()) {
860+
continue;
861+
}
859862
foundTracks = false;
860863
foundCenterTracks = false;
861864
hasPolys = false;

0 commit comments

Comments
 (0)