mirror of https://github.com/YosysHQ/nextpnr.git
Start legalisation at a much lower SA temperature
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
parent
3b90f3698f
commit
4977b35d2f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue