diff options
Diffstat (limited to 'common/router1.cc')
-rw-r--r-- | common/router1.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/router1.cc b/common/router1.cc index f5132941..77e84696 100644 --- a/common/router1.cc +++ b/common/router1.cc @@ -937,7 +937,7 @@ bool router1(Context *ctx, const Router1Cfg &cfg) #ifndef NDEBUG ctx->check(); #endif - timing_analysis(ctx, true /* print_fmax */, true /* print_path */); + timing_analysis(ctx, true /* slack_histogram */, true /* print_path */); ctx->unlock(); return true; } catch (log_execution_error_exception) { |