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 06a8827 commit 1aec1f6Copy full SHA for 1aec1f6
src/pad/src/RDLRouter.cpp
@@ -1892,7 +1892,7 @@ RDLRouter::generateRoutingTargets(odb::dbNet* net) const
1892
continue;
1893
}
1894
1895
- auto* prop = odb::dbBoolProperty::find(iterm, kRouteProperty_);
+ auto* prop = odb::dbBoolProperty::find(iterm, kRouteProperty);
1896
if (prop && !prop->getValue()) {
1897
debugPrint(logger_,
1898
utl::PAD,
src/pad/src/RDLRouter.h
@@ -248,7 +248,7 @@ class RDLRouter
248
odb::dbNet* debug_net_{nullptr};
249
250
// Consts
251
- static constexpr const char* kRouteProperty_ = "RDL_ROUTE";
+ static constexpr const char* kRouteProperty = "RDL_ROUTE";
252
};
253
254
} // namespace pad
0 commit comments