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 6379100 commit 09e4001Copy full SHA for 09e4001
src/pdn/src/connect.cpp
@@ -921,7 +921,7 @@ void Connect::recordFailedVias() const
921
tool_category->setSource("PDN");
922
}
923
odb::dbMarkerCategory* via_category
924
- = odb::dbMarkerCategory::createOrReplace(tool_category, "Via");
+ = odb::dbMarkerCategory::createOrGet(tool_category, "Via");
925
926
for (const auto& [reason, shapes] : failed_vias_) {
927
std::string reason_str;
0 commit comments