diff options
author | Eddie Hung <eddie.hung+gitlab@gmail.com> | 2018-07-28 21:13:36 +0000 |
---|---|---|
committer | Eddie Hung <eddie.hung+gitlab@gmail.com> | 2018-07-28 21:13:36 +0000 |
commit | b7bdc8db0575f69157de5f89369619c708160d46 (patch) | |
tree | ac314ed94a819bf91dffc3f005e04d6cbf137cb4 /common/router1.cc | |
parent | 7c1a7e7596cfdf1718e8c479cb281a3cedf0ec57 (diff) | |
parent | beabb429b0be91c597cb2a9f7726a159a6f40b32 (diff) | |
download | nextpnr-b7bdc8db0575f69157de5f89369619c708160d46.tar.gz nextpnr-b7bdc8db0575f69157de5f89369619c708160d46.tar.bz2 nextpnr-b7bdc8db0575f69157de5f89369619c708160d46.zip |
Merge branch 'redist_slack' into 'redist_slack'
Redist slack
See merge request eddiehung/nextpnr!14
Diffstat (limited to 'common/router1.cc')
-rw-r--r-- | common/router1.cc | 2 |
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); |