aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/timing.h')
-rw-r--r--common/timing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/timing.h b/common/timing.h
index 4645077a..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 write_report = false);
+ bool warn_on_failure = false, bool update_results = false);
NEXTPNR_NAMESPACE_END