aboutsummaryrefslogtreecommitdiffstats
path: root/common/router1.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-11-15 11:26:08 +0000
committerGitHub <noreply@github.com>2018-11-15 11:26:08 +0000
commit9472b6d78f68544d430feeae6d75dbd2dc43019d (patch)
tree0ab6b20c90d4a93cd9e2d0c14bdadb296e159cdc /common/router1.cc
parentd3b2065cd7d2470a132c055f4bd88d270e1e8fe1 (diff)
parent9f9b242cf0a3b587df8f5b0eb542ca7256ca0eb9 (diff)
downloadnextpnr-9472b6d78f68544d430feeae6d75dbd2dc43019d.tar.gz
nextpnr-9472b6d78f68544d430feeae6d75dbd2dc43019d.tar.bz2
nextpnr-9472b6d78f68544d430feeae6d75dbd2dc43019d.zip
Merge pull request #103 from YosysHQ/timingapi
Timing constraints API, multiple clock domains
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 adad37e9..958c24d4 100644
--- a/common/router1.cc
+++ b/common/router1.cc
@@ -808,7 +808,7 @@ bool router1(Context *ctx, const Router1Cfg &cfg)
#endif
log_info("Checksum: 0x%08x\n", ctx->checksum());
- timing_analysis(ctx, true /* slack_histogram */, true /* print_path */);
+ timing_analysis(ctx, true /* slack_histogram */, true /* print_fmax */, true /* print_path */);
ctx->unlock();
return true;