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, 1 insertions, 1 deletions
diff --git a/common/route.h b/common/route.h
index fd4368bf..8475957b 100644
--- a/common/route.h
+++ b/common/route.h
@@ -24,7 +24,7 @@
NEXTPNR_NAMESPACE_BEGIN
-extern bool route_design(Design *design, bool verbose = false);
+extern bool route_design(Context *ctx, bool verbose = false);
NEXTPNR_NAMESPACE_END