diff options
Diffstat (limited to 'common/timing.h')
| -rw-r--r-- | common/timing.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/timing.h b/common/timing.h index 6548757b..b34fd636 100644 --- a/common/timing.h +++ b/common/timing.h @@ -252,7 +252,7 @@ void assign_budget(Context *ctx, bool quiet = false);  // Perform timing analysis and print out the fmax, and optionally the  //    critical path  void timing_analysis(Context *ctx, bool slack_histogram = true, bool print_fmax = true, bool print_path = false, -                     bool warn_on_failure = false); +                     bool warn_on_failure = false, bool update_results = false);  NEXTPNR_NAMESPACE_END | 
