mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-18 17:07:40 +00:00
Restore initial assign_budget() call after pack(), restrict call after initial_placement to slack_redist
This commit is contained in:
@@ -138,7 +138,8 @@ class SAPlacer
|
||||
if ((placed_cells - constr_placed_cells) % 500 != 0)
|
||||
log_info(" initial placement placed %d/%d cells\n", int(placed_cells - constr_placed_cells),
|
||||
int(autoplaced.size()));
|
||||
assign_budget(ctx);
|
||||
if (ctx->slack_redist_iter > 0)
|
||||
assign_budget(ctx);
|
||||
ctx->yield();
|
||||
|
||||
log_info("Running simulated annealing placer.\n");
|
||||
|
||||
Reference in New Issue
Block a user