aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorEddie Hung <e.hung@imperial.ac.uk>2018-07-21 01:55:46 -0700
committerDavid Shah <davey1576@gmail.com>2018-07-21 11:19:06 +0200
commit241418dc250ba863add1ecddc0543bd00c915c0b (patch)
tree982f12c3dbcf26ac070f8db7efc932cb4fad9fc7 /common
parent1cd5c9dac8452ee8d8f51931dcff028245898618 (diff)
downloadnextpnr-241418dc250ba863add1ecddc0543bd00c915c0b.tar.gz
nextpnr-241418dc250ba863add1ecddc0543bd00c915c0b.tar.bz2
nextpnr-241418dc250ba863add1ecddc0543bd00c915c0b.zip
Add update_budget() to timing.h header
Diffstat (limited to 'common')
-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