aboutsummaryrefslogtreecommitdiffstats
path: root/common/router1.cc
diff options
context:
space:
mode:
authorEddie Hung <eddieh@ece.ubc.ca>2018-07-28 14:10:48 -0700
committerEddie Hung <eddieh@ece.ubc.ca>2018-07-28 14:10:48 -0700
commitde6d0d20d7d8e4d79fe1f96bc44945326c230fc4 (patch)
tree6217bbd667d6186ffa9dc89c5dda2aaeac357009 /common/router1.cc
parent0eaa92bd6a160696c2f221501d610c99d9231bef (diff)
downloadnextpnr-de6d0d20d7d8e4d79fe1f96bc44945326c230fc4.tar.gz
nextpnr-de6d0d20d7d8e4d79fe1f96bc44945326c230fc4.tar.bz2
nextpnr-de6d0d20d7d8e4d79fe1f96bc44945326c230fc4.zip
Merge update_budget into assign_budget; update as we go along
Diffstat (limited to 'common/router1.cc')
-rw-r--r--common/router1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/router1.cc b/common/router1.cc
index d1551363..e18f27fb 100644
--- a/common/router1.cc
+++ b/common/router1.cc
@@ -616,7 +616,7 @@ bool router1(Context *ctx)
if (ctx->verbose || iterCnt == 1)
log_info("routing queue contains %d jobs.\n", int(jobQueue.size()));
- update_budget(ctx);
+ assign_budget(ctx, true /* quiet */);
bool printNets = ctx->verbose && (jobQueue.size() < 10);