diff options
Diffstat (limited to 'common/timing.h')
| -rw-r--r-- | common/timing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/timing.h b/common/timing.h index 22aa40c7..ed48c137 100644 --- a/common/timing.h +++ b/common/timing.h @@ -30,7 +30,7 @@ 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); +void compute_fmax(Context *ctx, bool print_fmax=false, bool print_path=false); NEXTPNR_NAMESPACE_END |
