diff options
Diffstat (limited to 'common/timing.cc')
-rw-r--r-- | common/timing.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/timing.cc b/common/timing.cc index 8322df6d..d4d33183 100644 --- a/common/timing.cc +++ b/common/timing.cc @@ -246,7 +246,8 @@ struct Timing // been visited auto it = port_fanin.find(&port.second); if (it == port_fanin.end()) - log_error("Timing counted negative fanin count for port %s.%s (net %s), please report this error.\n", + log_error("Timing counted negative fanin count for port %s.%s (net %s), please report this " + "error.\n", ctx->nameOf(usr.cell), ctx->nameOf(port.first), ctx->nameOf(port.second.net)); if (--it->second == 0) { topological_order.emplace_back(port.second.net); |