aboutsummaryrefslogtreecommitdiffstats
path: root/common/router1.cc
diff options
context:
space:
mode:
authorEddie Hung <eddieh@ece.ubc.ca>2018-07-28 12:50:21 -0700
committerEddie Hung <eddieh@ece.ubc.ca>2018-07-28 12:50:21 -0700
commite0517caf1aeb520733edb49f13b4ef61923d41f1 (patch)
tree8854c54c3545f376f040fd10a9b15f712c42c5a4 /common/router1.cc
parent0be236ce05c90a5853b3285e0556737f663999c3 (diff)
downloadnextpnr-e0517caf1aeb520733edb49f13b4ef61923d41f1.tar.gz
nextpnr-e0517caf1aeb520733edb49f13b4ef61923d41f1.tar.bz2
nextpnr-e0517caf1aeb520733edb49f13b4ef61923d41f1.zip
Refactor
Diffstat (limited to 'common/router1.cc')
-rw-r--r--common/router1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/router1.cc b/common/router1.cc
index 2ae54245..d1551363 100644
--- a/common/router1.cc
+++ b/common/router1.cc
@@ -814,7 +814,7 @@ bool router1(Context *ctx)
#ifndef NDEBUG
ctx->check();
#endif
- compute_fmax(ctx, true /* print_fmax */, true /* print_path */);
+ timing_analysis(ctx, true /* print_fmax */, true /* print_path */);
ctx->unlock();
return true;
} catch (log_execution_error_exception) {