From 511e46c40fb99b8b708e58b70fd9f4642222a67e Mon Sep 17 00:00:00 2001 From: gatecat Date: Sat, 15 May 2021 09:51:05 +0100 Subject: router2: Reduce verbosity when debugging Signed-off-by: gatecat --- common/router2.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/router2.cc b/common/router2.cc index 59763f86..cbed0f69 100644 --- a/common/router2.cc +++ b/common/router2.cc @@ -710,10 +710,12 @@ struct Router2 if (is_bb && !hit_test_pip(nd.bb, ctx->getPipLocation(dh))) continue; 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), ctx->getBoundPipNet(dh) != nullptr ? ctx->getBoundPipNet(dh)->name.c_str(ctx) : "", net->name.c_str(ctx)); +#endif continue; } #endif -- cgit v1.2.3