aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/timing.h')
-rw-r--r--common/timing.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/timing.h b/common/timing.h
index b5574392..22aa40c7 100644
--- a/common/timing.h
+++ b/common/timing.h
@@ -27,8 +27,11 @@ 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);
+float compute_fmax(Context *ctx);
+
NEXTPNR_NAMESPACE_END
#endif