aboutsummaryrefslogtreecommitdiffstats
path: root/common/route.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/route.h')
-rw-r--r--common/route.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/route.h b/common/route.h
index 33927f26..af0de42e 100644
--- a/common/route.h
+++ b/common/route.h
@@ -25,6 +25,8 @@
NEXTPNR_NAMESPACE_BEGIN
extern bool route_design(Context *ctx);
+extern bool get_actual_route_delay(Context *ctx, WireId src_wire,
+ WireId dst_wire, delay_t &delay);
NEXTPNR_NAMESPACE_END