diff options
author | Eddie Hung <e.hung@imperial.ac.uk> | 2018-07-21 01:55:46 -0700 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-07-21 11:19:06 +0200 |
commit | 241418dc250ba863add1ecddc0543bd00c915c0b (patch) | |
tree | 982f12c3dbcf26ac070f8db7efc932cb4fad9fc7 | |
parent | 1cd5c9dac8452ee8d8f51931dcff028245898618 (diff) | |
download | nextpnr-241418dc250ba863add1ecddc0543bd00c915c0b.tar.gz nextpnr-241418dc250ba863add1ecddc0543bd00c915c0b.tar.bz2 nextpnr-241418dc250ba863add1ecddc0543bd00c915c0b.zip |
Add update_budget() to timing.h header
-rw-r--r-- | common/timing.h | 2 |
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 |