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 12bf470f..264f1eba 100644
--- a/common/placer1.cc
+++ b/common/placer1.cc
@@ -275,7 +275,7 @@ class SAPlacer
}
}
}
- log_info("estimated Fmax = %.2f MHz\n", compute_fmax(ctx) / 1e6);
+ compute_fmax(ctx, true /* print_fmax */);
ctx->unlock();
return true;
}