aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-03-02 10:54:33 +0000
committergatecat <gatecat@ds0.me>2021-03-04 10:29:36 +0000
commit541376f8cce23306095c87976ee25d1a7abb719b (patch)
tree8cc842e2e7d575c0ba761c0fa5e272d3525cbe26 /common/timing.h
parent16e7bba87b8944914abf5a5d18561393f8a5c39b (diff)
downloadnextpnr-541376f8cce23306095c87976ee25d1a7abb719b.tar.gz
nextpnr-541376f8cce23306095c87976ee25d1a7abb719b.tar.bz2
nextpnr-541376f8cce23306095c87976ee25d1a7abb719b.zip
timing: Add Fmax printing for debugging
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'common/timing.h')
-rw-r--r--common/timing.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/timing.h b/common/timing.h
index b050e671..de30ee61 100644
--- a/common/timing.h
+++ b/common/timing.h
@@ -140,6 +140,8 @@ struct TimingAnalyser
void walk_forward();
void walk_backward();
+ void print_fmax();
+
const DelayPair init_delay{std::numeric_limits<delay_t>::max(), std::numeric_limits<delay_t>::lowest()};
// Set arrival/required times if more/less than the current value