Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions src/rsz/src/BufferedNet.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1138,8 +1138,13 @@ BufferedNetPtr Resizer::makeBufferedNetGroute(const sta::Pin* drvr_pin,
// tree
logger_->error(RSZ,
74,
"failed to build tree from gloubal routes: found route "
"to {} pins, expected {}",
"Failed to build tree from global routes for pin '{}' "
"and net '{}' at grid ({}, {}): found route to {} "
"pins, expected {}",
db_network_->pathName(drvr_pin),
db_net->getName(),
drvr_route_pt.x(),
drvr_route_pt.y(),
bnet->loadCount(),
pin_grid_locs.size() - 1);
return nullptr;
Expand Down