aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/placer_heap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/placer_heap.cc b/common/placer_heap.cc
index 01e50123..f336f6e4 100644
--- a/common/placer_heap.cc
+++ b/common/placer_heap.cc
@@ -807,7 +807,7 @@ class HeAPPlacer
while (!placed) {
// Set a conservative timeout
- if (iter > std::max(1000, 3 * int(ctx->cells.size())))
+ if (iter > std::max(10000, 3 * int(ctx->cells.size())))
log_error("Unable to find legal placement for cell '%s', check constraints and utilisation.\n",
ctx->nameOf(ci));