diff options
author | Eddie Hung <e.hung@imperial.ac.uk> | 2018-07-21 01:55:46 -0700 |
---|---|---|
committer | Eddie Hung <e.hung@imperial.ac.uk> | 2018-07-21 01:55:46 -0700 |
commit | f89115c3e31012859a0981d6bccc8290d35b2d96 (patch) | |
tree | 1f3ccdc6fb10a0959fd5d227e8c5e05e1e0a1a00 /common/timing.h | |
parent | 27a79a3a4f464f2d038f66737d78aaa2fb6f2703 (diff) | |
download | nextpnr-f89115c3e31012859a0981d6bccc8290d35b2d96.tar.gz nextpnr-f89115c3e31012859a0981d6bccc8290d35b2d96.tar.bz2 nextpnr-f89115c3e31012859a0981d6bccc8290d35b2d96.zip |
Add update_budget() to timing.h header
Diffstat (limited to 'common/timing.h')
-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 |