aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.cc
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2018-11-16 13:18:22 +0000
committerDavid Shah <dave@ds0.me>2018-11-16 13:26:28 +0000
commit50b85da6192b54b1a7ad4675ee88dc61fe169c04 (patch)
treeeb8ce94d6fa2e9ed0259a5fc99be75ccb0c42a4f /common/timing.cc
parent13244e513b2a7454f2fa6d952df334439d28588a (diff)
downloadnextpnr-50b85da6192b54b1a7ad4675ee88dc61fe169c04.tar.gz
nextpnr-50b85da6192b54b1a7ad4675ee88dc61fe169c04.tar.bz2
nextpnr-50b85da6192b54b1a7ad4675ee88dc61fe169c04.zip
ecp5: Use speed-grade-specific delay estimate
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'common/timing.cc')
-rw-r--r--common/timing.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/timing.cc b/common/timing.cc
index 00142a4d..4012c374 100644
--- a/common/timing.cc
+++ b/common/timing.cc
@@ -554,7 +554,6 @@ void timing_analysis(Context *ctx, bool print_histogram, bool print_fmax, bool p
Fmax = 1000 / ctx->getDelayNS(path.second.path_delay);
else
Fmax = 500 / ctx->getDelayNS(path.second.path_delay);
- log_info("%d %f\n", a.edge == b.edge, ctx->getDelayNS(path.second.path_delay));
if (!clock_fmax.count(a.clock) || Fmax < clock_fmax.at(a.clock)) {
clock_reports[a.clock] = path;
clock_fmax[a.clock] = Fmax;