aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/pcf.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-21 19:31:50 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-21 19:31:50 +0200
commitbfae4663fcb6028e8c20f28d5ffa15fd20d8e1fa (patch)
treeb5dd0075a7a75ef9c24e0f758b80b5da5ee18b3f /ice40/pcf.h
parent38dc1cc5504961f666da32d7249532a23d5876ad (diff)
parentc33a039ac388bfcb5e068a04a7cb1b05ebec7d7f (diff)
downloadnextpnr-bfae4663fcb6028e8c20f28d5ffa15fd20d8e1fa.tar.gz
nextpnr-bfae4663fcb6028e8c20f28d5ffa15fd20d8e1fa.tar.bz2
nextpnr-bfae4663fcb6028e8c20f28d5ffa15fd20d8e1fa.zip
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
# Conflicts: # common/route.cc
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