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 315f6270..ecc81e59 100644
--- a/ice40/pcf.h
+++ b/ice40/pcf.h
@@ -27,7 +27,7 @@
NEXTPNR_NAMESPACE_BEGIN
// Apply PCF constraints to a pre-packing design
-bool apply_pcf(Context *ctx, std::istream &in);
+bool apply_pcf(Context *ctx, std::string filename, std::istream &in);
NEXTPNR_NAMESPACE_END