aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/pcf.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-06-21 18:08:28 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-06-21 18:08:28 +0200
commitc33a039ac388bfcb5e068a04a7cb1b05ebec7d7f (patch)
treefaa50278ae2e700246453b85afbff10c91c411cc /ice40/pcf.h
parent8fac26c2b795865098b1ba16152cd1c510133f29 (diff)
downloadnextpnr-c33a039ac388bfcb5e068a04a7cb1b05ebec7d7f.tar.gz
nextpnr-c33a039ac388bfcb5e068a04a7cb1b05ebec7d7f.tar.bz2
nextpnr-c33a039ac388bfcb5e068a04a7cb1b05ebec7d7f.zip
Added return code to json parsing and pcf reading
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 e0816075..b86a7609 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(Context *ctx, std::istream &in);
+bool apply_pcf(Context *ctx, std::istream &in);
NEXTPNR_NAMESPACE_END