From 87438542e51c91fd6bf838d4f2aceb3c79303a72 Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Mon, 30 Jul 2018 22:21:53 -0700 Subject: [PATCH] assign_budget() not quietly --- common/placer1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/placer1.cc b/common/placer1.cc index 09cf9798..f2777a08 100644 --- a/common/placer1.cc +++ b/common/placer1.cc @@ -138,7 +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); + assign_budget(ctx); ctx->yield(); log_info("Running simulated annealing placer.\n");