diff options
Diffstat (limited to 'common/router1.cc')
-rw-r--r-- | common/router1.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/router1.cc b/common/router1.cc index aa4332aa..cbc0df90 100644 --- a/common/router1.cc +++ b/common/router1.cc @@ -812,7 +812,8 @@ bool router1(Context *ctx, const Router1Cfg &cfg) #endif log_info("Checksum: 0x%08x\n", ctx->checksum()); - timing_analysis(ctx, true /* slack_histogram */, true /* print_fmax */, true /* print_path */); + timing_analysis(ctx, true /* slack_histogram */, true /* print_fmax */, true /* print_path */, + true /* warn_on_failure */); ctx->unlock(); return true; |