aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <e.hung@imperial.ac.uk>2018-07-21 01:55:46 -0700
committerEddie Hung <e.hung@imperial.ac.uk>2018-07-21 01:55:46 -0700
commitf89115c3e31012859a0981d6bccc8290d35b2d96 (patch)
tree1f3ccdc6fb10a0959fd5d227e8c5e05e1e0a1a00
parent27a79a3a4f464f2d038f66737d78aaa2fb6f2703 (diff)
downloadnextpnr-f89115c3e31012859a0981d6bccc8290d35b2d96.tar.gz
nextpnr-f89115c3e31012859a0981d6bccc8290d35b2d96.tar.bz2
nextpnr-f89115c3e31012859a0981d6bccc8290d35b2d96.zip
Add update_budget() to timing.h header
-rw-r--r--common/timing.h2
1 files changed, 2 insertions, 0 deletions
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