router2: Disable criticality sorting towards end of routing
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
520aec3ef4
commit
8ad74edd66
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user