aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-29 15:18:44 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-29 15:18:44 +0200
commit4977b35d2f0d649d7a5be82751e2997dd597f36d (patch)
tree5c4c90f524d73b557701c6432fc800e26eb2df98 /common
parent3b90f3698f9117e30d38d1f5ca1392be1ddfdc57 (diff)
downloadnextpnr-4977b35d2f0d649d7a5be82751e2997dd597f36d.tar.gz
nextpnr-4977b35d2f0d649d7a5be82751e2997dd597f36d.tar.bz2
nextpnr-4977b35d2f0d649d7a5be82751e2997dd597f36d.zip
Start legalisation at a much lower SA temperature
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'common')
-rw-r--r--common/place_sa.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/place_sa.cc b/common/place_sa.cc
index d8ab24ce..75686485 100644
--- a/common/place_sa.cc
+++ b/common/place_sa.cc
@@ -420,7 +420,7 @@ class SAPlacer
std::vector<std::vector<std::vector<std::vector<BelId>>>> fast_bels;
std::unordered_set<BelId> locked_bels;
bool require_legal = false;
- const float legalise_temp = 20;
+ const float legalise_temp = 1;
};
bool place_design_sa(Context *ctx, bool timing_driven)