aboutsummaryrefslogtreecommitdiffstats
path: root/common/placer1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/placer1.cc')
-rw-r--r--common/placer1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/placer1.cc b/common/placer1.cc
index 32074220..c4543e2a 100644
--- a/common/placer1.cc
+++ b/common/placer1.cc
@@ -276,7 +276,7 @@ class SAPlacer
if (get_constraints_distance(ctx, cell.second) != 0)
log_error("constraint satisfaction check failed for cell '%s' at Bel '%s'\n", cell.first.c_str(ctx),
ctx->getBelName(cell.second->bel).c_str(ctx));
- timing_analysis(ctx, true /* print_fmax */);
+ timing_analysis(ctx);
ctx->unlock();
return true;
}