We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fec70e + 9eae3c4 commit 066767bCopy full SHA for 066767b
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