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:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user