aboutsummaryrefslogtreecommitdiffstats
path: root/common/placer_heap.h
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-02-02 15:28:11 +0000
committerDavid Shah <dave@ds0.me>2020-02-12 10:41:27 +0000
commit1ff060c5ad066b802db15fb4b8a2270073ec8cf5 (patch)
tree075182dd76af5ef8d3348a025c640e131f29fa2a /common/placer_heap.h
parent7bda6f15a9c906f54408b8b35915113e711c887c (diff)
downloadnextpnr-1ff060c5ad066b802db15fb4b8a2270073ec8cf5.tar.gz
nextpnr-1ff060c5ad066b802db15fb4b8a2270073ec8cf5.tar.bz2
nextpnr-1ff060c5ad066b802db15fb4b8a2270073ec8cf5.zip
HeAP: Make solver tolerance arch-configurable
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'common/placer_heap.h')
-rw-r--r--common/placer_heap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/placer_heap.h b/common/placer_heap.h
index a018aef8..94ac5229 100644
--- a/common/placer_heap.h
+++ b/common/placer_heap.h
@@ -39,6 +39,7 @@ struct PlacerHeapCfg
float criticalityExponent;
float timingWeight;
bool timing_driven;
+ float solverTolerance;
std::unordered_set<IdString> ioBufTypes;
};