aboutsummaryrefslogtreecommitdiffstats
path: root/common/placer1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/placer1.cc')
-rw-r--r--common/placer1.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/placer1.cc b/common/placer1.cc
index 30f0057c..d38cdd4b 100644
--- a/common/placer1.cc
+++ b/common/placer1.cc
@@ -276,6 +276,7 @@ class SAPlacer
}
}
}
+ log_info("estimated Fmax = %.2f MHz\n", compute_fmax(ctx) / 1e6);
ctx->unlock();
return true;
}