diff options
author | Eddie Hung <eddieh@ece.ubc.ca> | 2018-08-06 07:35:00 -0700 |
---|---|---|
committer | Eddie Hung <eddieh@ece.ubc.ca> | 2018-08-06 07:35:00 -0700 |
commit | 665202e9361bf4229ec4e1fe833c5592624f1230 (patch) | |
tree | a4421365c658c11e92187af5e96a092898197db1 /ice40/main.cc | |
parent | e314ea761abd8f55b3341f733c01d13ce2d4fae5 (diff) | |
parent | 2fb934b107d63b43afcde0e724a91c33500fe95c (diff) | |
download | nextpnr-665202e9361bf4229ec4e1fe833c5592624f1230.tar.gz nextpnr-665202e9361bf4229ec4e1fe833c5592624f1230.tar.bz2 nextpnr-665202e9361bf4229ec4e1fe833c5592624f1230.zip |
Merge branch 'assign_budget_evenly' into assign_budget_speedup
Conflicts:
common/timing.cc
Diffstat (limited to 'ice40/main.cc')
-rw-r--r-- | ice40/main.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ice40/main.cc b/ice40/main.cc index 358bf3c5..78236af1 100644 --- a/ice40/main.cc +++ b/ice40/main.cc @@ -366,6 +366,7 @@ int main(int argc, char *argv[]) if (!ctx->pack() && !ctx->force) log_error("Packing design failed.\n"); + assign_budget(ctx.get()); ctx->check(); print_utilisation(ctx.get()); if (!vm.count("pack-only")) { |