aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.h
diff options
context:
space:
mode:
authorEddie Hung <eddieh@ece.ubc.ca>2018-07-28 14:10:48 -0700
committerEddie Hung <eddieh@ece.ubc.ca>2018-07-28 14:10:48 -0700
commitde6d0d20d7d8e4d79fe1f96bc44945326c230fc4 (patch)
tree6217bbd667d6186ffa9dc89c5dda2aaeac357009 /common/timing.h
parent0eaa92bd6a160696c2f221501d610c99d9231bef (diff)
downloadnextpnr-de6d0d20d7d8e4d79fe1f96bc44945326c230fc4.tar.gz
nextpnr-de6d0d20d7d8e4d79fe1f96bc44945326c230fc4.tar.bz2
nextpnr-de6d0d20d7d8e4d79fe1f96bc44945326c230fc4.zip
Merge update_budget into assign_budget; update as we go along
Diffstat (limited to 'common/timing.h')
-rw-r--r--common/timing.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/common/timing.h b/common/timing.h
index de4f7bbe..d0159d5c 100644
--- a/common/timing.h
+++ b/common/timing.h
@@ -24,11 +24,8 @@
NEXTPNR_NAMESPACE_BEGIN
-// Assign "budget" values for all user ports in the design
-void assign_budget(Context *ctx);
-
// Evenly redistribute the total path slack amongst all sinks on each path
-void update_budget(Context *ctx);
+void assign_budget(Context *ctx, bool quiet = false);
// Perform timing analysis and return the minimum path slack,
// optionally, print out the fmax and critical path