From 26c68c4bcc388d49142e2c59d252abdd5daf4ec5 Mon Sep 17 00:00:00 2001 From: David Shah Date: Fri, 3 Aug 2018 10:31:03 +0200 Subject: Remove old place legaliser, set placement constraints instead (currently ignored by placer) Signed-off-by: David Shah --- common/placer1.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/placer1.cc b/common/placer1.cc index fc679b50..3a25f42c 100644 --- a/common/placer1.cc +++ b/common/placer1.cc @@ -38,7 +38,6 @@ #include #include "log.h" #include "place_common.h" -#include "place_legaliser.h" #include "timing.h" #include "util.h" NEXTPNR_NAMESPACE_BEGIN @@ -225,7 +224,8 @@ class SAPlacer // Once cooled below legalise threshold, run legalisation and start requiring // legal moves only if (temp < legalise_temp && !require_legal) { - legalise_design(ctx); + // legalise_design(ctx); + // FIXME require_legal = true; autoplaced.clear(); for (auto cell : sorted(ctx->cells)) { -- cgit v1.2.3