From b211dded3fa21859227a24b2129a680306fc5a65 Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Wed, 25 Jul 2018 22:10:26 -0700 Subject: Fix min_slack computation, and print out critical path after routing --- common/router1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/router1.cc') diff --git a/common/router1.cc b/common/router1.cc index 8664819f..dae8d8cb 100644 --- a/common/router1.cc +++ b/common/router1.cc @@ -815,7 +815,7 @@ bool router1(Context *ctx) ctx->check(); ctx->unlock(); #endif - log_info("estimated Fmax = %.2f MHz\n", compute_fmax(ctx) / 1e6); + compute_fmax(ctx, true /* print_fmax */, true /* print_path */); return true; } catch (log_execution_error_exception) { #ifndef NDEBUG -- cgit v1.2.3