From 8ad74edd66ee492306bb4a315914638d713ab74a Mon Sep 17 00:00:00 2001 From: gatecat Date: Sat, 9 Oct 2021 20:56:45 +0100 Subject: router2: Disable criticality sorting towards end of routing Signed-off-by: gatecat --- common/router2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/router2.cc b/common/router2.cc index 813249b4..b93e7b35 100644 --- a/common/router2.cc +++ b/common/router2.cc @@ -1378,7 +1378,7 @@ struct Router2 do { ctx->sorted_shuffle(route_queue); - if (timing_driven) { + if (timing_driven && int(route_queue.size()) >= 30) { for (auto n : route_queue) { NetInfo *ni = nets_by_udata.at(n); auto &net = nets.at(n); -- cgit v1.2.3