From cba9b528e8427e84bf1f6c6b8c34dc2bbe2d6bdf Mon Sep 17 00:00:00 2001 From: David Shah Date: Fri, 2 Nov 2018 18:59:04 +0000 Subject: timing: Improve Fmax output and print cross-clock paths Signed-off-by: David Shah --- common/timing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/timing.h') diff --git a/common/timing.h b/common/timing.h index cfb71ae0..1fd76310 100644 --- a/common/timing.h +++ b/common/timing.h @@ -29,7 +29,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_path = false); +void timing_analysis(Context *ctx, bool slack_histogram = true, bool print_fmax = true, bool print_path = false); NEXTPNR_NAMESPACE_END -- cgit v1.2.3