mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
use std::format squash
This commit is contained in:
@@ -283,7 +283,7 @@ Graph::makeWireEdgesFromPin(const Pin *drvr_pin,
|
||||
if (isIsolatedNet(drvrs, loads)) {
|
||||
for (auto drvr_pin : drvrs) {
|
||||
visited_drvrs.insert(drvr_pin);
|
||||
debugPrint(debug_, "graph", 1, "ignoring isolated driver %s",
|
||||
debugPrint(debug_, "graph", 1, "ignoring isolated driver {}",
|
||||
network_->pathName(drvr_pin));
|
||||
}
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user