diff options
Diffstat (limited to 'common/timing.h')
-rw-r--r-- | common/timing.h | 2 |
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 |