aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/placer1.cc4
1 files changed, 0 insertions, 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;