Skip to content

Commit 09e4001

Browse files
committed
pdn: fix grid vias getting removed
Signed-off-by: Peter Gadfort <[email protected]>
1 parent 6379100 commit 09e4001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pdn/src/connect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ void Connect::recordFailedVias() const
921921
tool_category->setSource("PDN");
922922
}
923923
odb::dbMarkerCategory* via_category
924-
= odb::dbMarkerCategory::createOrReplace(tool_category, "Via");
924+
= odb::dbMarkerCategory::createOrGet(tool_category, "Via");
925925

926926
for (const auto& [reason, shapes] : failed_vias_) {
927927
std::string reason_str;

0 commit comments

Comments
 (0)