aboutsummaryrefslogtreecommitdiffstats
path: root/common/place.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-16 15:25:03 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-16 15:25:03 +0200
commit4d14bc291447ebc5b33d5d1972d5837f66efc88f (patch)
tree0bbca3b4b28190a0811e38d01920ab13059d8cac /common/place.h
parent6acf23cf37285e16050b44370be6cbe7dd3e0dc5 (diff)
parentef2164708b66b55300f46cc39467eb032498717e (diff)
downloadnextpnr-4d14bc291447ebc5b33d5d1972d5837f66efc88f.tar.gz
nextpnr-4d14bc291447ebc5b33d5d1972d5837f66efc88f.tar.bz2
nextpnr-4d14bc291447ebc5b33d5d1972d5837f66efc88f.zip
Merge remote-tracking branch 'origin/master' into chipdbng
Diffstat (limited to 'common/place.h')
-rw-r--r--common/place.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/place.h b/common/place.h
index 7df84873..f320111e 100644
--- a/common/place.h
+++ b/common/place.h
@@ -23,7 +23,7 @@
NEXTPNR_NAMESPACE_BEGIN
-extern void place_design(Design *design);
+extern void place_design_sa(Design *design);
NEXTPNR_NAMESPACE_END