1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-05 23:45:42 +00:00

Restore initial assign_budget() call after pack(), restrict call after initial_placement to slack_redist

This commit is contained in:
Eddie Hung
2018-08-05 22:55:58 -07:00
parent 6c8319e29a
commit f048deb33d
2 changed files with 3 additions and 1 deletions

View File

@@ -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")) {