From f89115c3e31012859a0981d6bccc8290d35b2d96 Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Sat, 21 Jul 2018 01:55:46 -0700 Subject: Add update_budget() to timing.h header --- common/timing.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/timing.h b/common/timing.h index 025e4a76..b5574392 100644 --- a/common/timing.h +++ b/common/timing.h @@ -27,6 +27,8 @@ NEXTPNR_NAMESPACE_BEGIN // Assign "budget" values for all user ports in the design void assign_budget(Context *ctx); +void update_budget(Context *ctx); + NEXTPNR_NAMESPACE_END #endif -- cgit v1.2.3