aboutsummaryrefslogtreecommitdiffstats
path: root/common/placer_heap.cc
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-03-05 10:04:35 +0000
committergatecat <gatecat@ds0.me>2021-03-05 10:04:35 +0000
commit8a4bf3a7805080db2c8f2e797a0f12aad7c99f5d (patch)
tree8f22e8d97135b98c2de51c36a6d25e2f252b40ac /common/placer_heap.cc
parent98d1c5a411a9b349298384d32627f0fa1229986f (diff)
downloadnextpnr-8a4bf3a7805080db2c8f2e797a0f12aad7c99f5d.tar.gz
nextpnr-8a4bf3a7805080db2c8f2e797a0f12aad7c99f5d.tar.bz2
nextpnr-8a4bf3a7805080db2c8f2e797a0f12aad7c99f5d.zip
timing: Integration tweaks
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'common/placer_heap.cc')
-rw-r--r--common/placer_heap.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/placer_heap.cc b/common/placer_heap.cc
index a19d68fa..3ee8503c 100644
--- a/common/placer_heap.cc
+++ b/common/placer_heap.cc
@@ -143,6 +143,7 @@ class HeAPPlacer
: ctx(ctx), cfg(cfg), fast_bels(ctx, /*check_bel_available=*/true, -1), tmg(ctx)
{
Eigen::initParallel();
+ tmg.setup_only = true;
tmg.setup();
}