aboutsummaryrefslogtreecommitdiffstats
path: root/common/place
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2023-01-02 09:33:11 +0100
committergatecat <gatecat@ds0.me>2023-01-02 09:33:11 +0100
commitf89b959b5f56ba8d91e1e7f8a645b267a5a7bb89 (patch)
tree2640323b2109f14111ce39f6f88dab1937a625dd /common/place
parent5cea801a2fdb71a23b2ccfe1b64e95cfa34d6242 (diff)
downloadnextpnr-f89b959b5f56ba8d91e1e7f8a645b267a5a7bb89.tar.gz
nextpnr-f89b959b5f56ba8d91e1e7f8a645b267a5a7bb89.tar.bz2
nextpnr-f89b959b5f56ba8d91e1e7f8a645b267a5a7bb89.zip
clangformat
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'common/place')
-rw-r--r--common/place/placer_heap.cc7
1 files changed, 5 insertions, 2 deletions
diff --git a/common/place/placer_heap.cc b/common/place/placer_heap.cc
index efc04df5..8ba5a70d 100644
--- a/common/place/placer_heap.cc
+++ b/common/place/placer_heap.cc
@@ -219,7 +219,8 @@ class HeAPPlacer
heap_runs.push_back(all_buckets);
// The main HeAP placer loop
if (cfg.cell_placement_timeout > 0)
- log_info("Running main analytical placer, max placement attempts per cell = %d.\n", cfg.cell_placement_timeout);
+ log_info("Running main analytical placer, max placement attempts per cell = %d.\n",
+ cfg.cell_placement_timeout);
else
log_info("Running main analytical placer.\n");
while (stalled < 5 && (solved_hpwl <= legal_hpwl * 0.8)) {
@@ -887,7 +888,9 @@ class HeAPPlacer
while (!placed) {
if (cfg.cell_placement_timeout > 0 && total_iters_for_cell > cfg.cell_placement_timeout)
- log_error("Unable to find legal placement for cell '%s' after %d attempts, check constraints and utilisation. Use `--placer-heap-cell-placement-timeout` to change the number of attempts.\n",
+ log_error("Unable to find legal placement for cell '%s' after %d attempts, check constraints and "
+ "utilisation. Use `--placer-heap-cell-placement-timeout` to change the number of "
+ "attempts.\n",
ctx->nameOf(ci), total_iters_for_cell);
// Determine a search radius around the solver location (which increases over time) that is clamped to