aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/placer1.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/placer1.cc b/common/placer1.cc
index c677a22a..09cf9798 100644
--- a/common/placer1.cc
+++ b/common/placer1.cc
@@ -138,6 +138,7 @@ 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, true);
ctx->yield();
log_info("Running simulated annealing placer.\n");