We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880eac0 commit a14acd6Copy full SHA for a14acd6
src/cts/src/TechChar.cpp
@@ -1042,9 +1042,6 @@ std::vector<TechChar::SolutionData> TechChar::createPatterns(
1042
// Updates the topology with the output port, old new, possible instances
1043
// and other attributes.
1044
topology.outPort = outPortPin;
1045
- if (isPureWire) {
1046
- topology.instVector.push_back(nullptr);
1047
- }
1048
topology.isPureWire = isPureWire;
1049
topology.netVector.push_back(net);
1050
topology.nodesWithoutBufVector.push_back(nodesWithoutBuf);
0 commit comments