aboutsummaryrefslogtreecommitdiffstats
path: root/common/place_sa.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-23 12:18:44 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-23 12:18:44 +0200
commitd72fe0c230f79248a56e47c2f31f14b15c7f13fe (patch)
tree0c7bf06cdcc59ba644452fa62be99b1363d0e284 /common/place_sa.h
parent289fca0976071eabaeccedb7caf9125f70740ef8 (diff)
downloadnextpnr-d72fe0c230f79248a56e47c2f31f14b15c7f13fe.tar.gz
nextpnr-d72fe0c230f79248a56e47c2f31f14b15c7f13fe.tar.bz2
nextpnr-d72fe0c230f79248a56e47c2f31f14b15c7f13fe.zip
place_sa: Add option to disable timing-driven placement
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'common/place_sa.h')
-rw-r--r--common/place_sa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/place_sa.h b/common/place_sa.h
index 1fd8c712..e61d9375 100644
--- a/common/place_sa.h
+++ b/common/place_sa.h
@@ -23,7 +23,7 @@
NEXTPNR_NAMESPACE_BEGIN
-extern bool place_design_sa(Context *ctx);
+extern bool place_design_sa(Context *ctx, bool timing_driven = true);
NEXTPNR_NAMESPACE_END