mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-05-02 22:32:35 +00:00
router2: Disable criticality sorting towards end of routing
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user