From 4d90850676d45bff9802e9b0e668cb4d27dccb24 Mon Sep 17 00:00:00 2001 From: gatecat Date: Wed, 22 Sep 2021 13:14:45 +0100 Subject: placer1: Remove redundant relative constraint check Macros with potentially inconsistent spacing are now permissible. Signed-off-by: gatecat --- common/placer1.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/placer1.cc b/common/placer1.cc index efa8a674..5e9c0f6d 100644 --- a/common/placer1.cc +++ b/common/placer1.cc @@ -414,10 +414,6 @@ class SAPlacer } } } - for (auto &cell : ctx->cells) - if (get_constraints_distance(ctx, cell.second.get()) != 0) - log_error("constraint satisfaction check failed for cell '%s' at Bel '%s'\n", cell.first.c_str(ctx), - ctx->nameOfBel(cell.second->bel)); timing_analysis(ctx); return true; -- cgit v1.2.3