router2: Reduce verbosity when debugging
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
e1aaf715c6
commit
511e46c40f
@ -710,10 +710,12 @@ struct Router2
|
|||||||
if (is_bb && !hit_test_pip(nd.bb, ctx->getPipLocation(dh)))
|
if (is_bb && !hit_test_pip(nd.bb, ctx->getPipLocation(dh)))
|
||||||
continue;
|
continue;
|
||||||
if (!ctx->checkPipAvailForNet(dh, net)) {
|
if (!ctx->checkPipAvailForNet(dh, net)) {
|
||||||
|
#if 0
|
||||||
ROUTE_LOG_DBG("Skipping pip %s because it is bound to net '%s' not net '%s'\n", ctx->nameOfPip(dh),
|
ROUTE_LOG_DBG("Skipping pip %s because it is bound to net '%s' not net '%s'\n", ctx->nameOfPip(dh),
|
||||||
ctx->getBoundPipNet(dh) != nullptr ? ctx->getBoundPipNet(dh)->name.c_str(ctx)
|
ctx->getBoundPipNet(dh) != nullptr ? ctx->getBoundPipNet(dh)->name.c_str(ctx)
|
||||||
: "<not a net>",
|
: "<not a net>",
|
||||||
net->name.c_str(ctx));
|
net->name.c_str(ctx));
|
||||||
|
#endif
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user