aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/pcf.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/pcf.h')
-rw-r--r--ice40/pcf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/pcf.h b/ice40/pcf.h
index ec2f4923..e0816075 100644
--- a/ice40/pcf.h
+++ b/ice40/pcf.h
@@ -27,7 +27,7 @@
NEXTPNR_NAMESPACE_BEGIN
// Apply PCF constraints to a pre-packing design
-void apply_pcf(Design *design, std::istream &in);
+void apply_pcf(Context *ctx, std::istream &in);
NEXTPNR_NAMESPACE_END