From 27e7bc3b4bb04b395db6456b71f31f98607a4298 Mon Sep 17 00:00:00 2001 From: David Shah Date: Fri, 29 Jun 2018 17:04:22 +0200 Subject: Improving the SA+legalisation flow 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 03ae048d..025e4a76 100644 --- a/common/timing.h +++ b/common/timing.h @@ -25,7 +25,7 @@ NEXTPNR_NAMESPACE_BEGIN // Assign "budget" values for all user ports in the design -void assign_budget(Context *ctx, float default_clock = 12e6); +void assign_budget(Context *ctx); NEXTPNR_NAMESPACE_END -- cgit v1.2.3