We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99be8f1 commit 9eae3c4Copy full SHA for 9eae3c4
1 file changed
src/drt/src/io/io_parser_helper.cpp
@@ -856,6 +856,9 @@ void io::Parser::checkPins()
856
bool hasPolys = false;
857
// Check BTerms on grid
858
for (const auto& bTerm : getBlock()->getTerms()) {
859
+ if (!bTerm->hasNet() || bTerm->getNet()->isSpecial()) {
860
+ continue;
861
+ }
862
foundTracks = false;
863
foundCenterTracks = false;
864
hasPolys = false;
0 commit comments