aboutsummaryrefslogtreecommitdiffstats
path: root/common/route.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/route.h')
-rw-r--r--common/route.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/route.h b/common/route.h
index 7a7260f5..1da9edc2 100644
--- a/common/route.h
+++ b/common/route.h
@@ -25,8 +25,7 @@
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);
+extern bool get_actual_route_delay(Context *ctx, WireId src_wire, WireId dst_wire, delay_t &delay);
NEXTPNR_NAMESPACE_END