From 0a0c9393c1277b2e175d348fb4aca2a4d73ad61c Mon Sep 17 00:00:00 2001 From: Lofty Date: Sat, 9 Oct 2021 20:48:31 +0100 Subject: mistral: very basic timing info --- common/router2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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