aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.h
diff options
context:
space:
mode:
authorMaciej Kurc <mkurc@antmicro.com>2021-09-09 15:50:03 +0200
committerMaciej Kurc <mkurc@antmicro.com>2021-09-28 17:42:51 +0200
commit99ae5ef38e5c7d92da56545701a4316e580c6f7b (patch)
tree62522b5301c4cd5f363c37388eb8f23500717de7 /common/timing.h
parent9d8d3bdbc48133ff7758c9c5293e5904bc6e5ba7 (diff)
downloadnextpnr-99ae5ef38e5c7d92da56545701a4316e580c6f7b.tar.gz
nextpnr-99ae5ef38e5c7d92da56545701a4316e580c6f7b.tar.bz2
nextpnr-99ae5ef38e5c7d92da56545701a4316e580c6f7b.zip
Added writing a CSV report with timing analysis of each net branch
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
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 6548757b..4645077a 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 write_report = false);
NEXTPNR_NAMESPACE_END