aboutsummaryrefslogtreecommitdiffstats
path: root/common/place_sa.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-29 15:47:56 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-29 15:47:56 +0200
commitd908928b56917c02db4d8127b7c594b1225ba974 (patch)
treef86d5096e329a88dc0a87ab2e2e34be034023ba5 /common/place_sa.h
parent23789b756989dc2146717860985ffa857bdbb4d4 (diff)
downloadnextpnr-d908928b56917c02db4d8127b7c594b1225ba974.tar.gz
nextpnr-d908928b56917c02db4d8127b7c594b1225ba974.tar.bz2
nextpnr-d908928b56917c02db4d8127b7c594b1225ba974.zip
Tidying up the SA placer
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 e61d9375..1fd8c712 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, bool timing_driven = true);
+extern bool place_design_sa(Context *ctx);
NEXTPNR_NAMESPACE_END