aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)