aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.h
diff options
context:
space:
mode:
authorEddie Hung <e.hung@imperial.ac.uk>2018-07-23 18:58:57 -0700
committerEddie Hung <e.hung@imperial.ac.uk>2018-07-23 18:58:57 -0700
commitee2e6ed1c6c6f7fe13f7d20a2310626f445d8612 (patch)
tree0949c8c445cf72732d42b5beb55ca213a158ffc4 /common/timing.h
parent9149012fd1555e4e47d65988612be8da514ec0fb (diff)
downloadnextpnr-ee2e6ed1c6c6f7fe13f7d20a2310626f445d8612.tar.gz
nextpnr-ee2e6ed1c6c6f7fe13f7d20a2310626f445d8612.tar.bz2
nextpnr-ee2e6ed1c6c6f7fe13f7d20a2310626f445d8612.zip
Simplify and use Arch::getNetinfoRouteDelay() for update_budget()
Diffstat (limited to 'common/timing.h')
-rw-r--r--common/timing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/timing.h b/common/timing.h
index 8c098963..b5574392 100644
--- a/common/timing.h
+++ b/common/timing.h
@@ -27,7 +27,7 @@ NEXTPNR_NAMESPACE_BEGIN
// Assign "budget" values for all user ports in the design
void assign_budget(Context *ctx);
-void update_budget(Context *ctx, std::function<delay_t(Context*,WireId,WireId)> delay_fn=&Context::estimateDelay);
+void update_budget(Context *ctx);
NEXTPNR_NAMESPACE_END