HeAP: increase timeout
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
247e18cf02
commit
abfe31d5d2
@ -807,7 +807,7 @@ class HeAPPlacer
|
|||||||
while (!placed) {
|
while (!placed) {
|
||||||
|
|
||||||
// Set a conservative timeout
|
// 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",
|
log_error("Unable to find legal placement for cell '%s', check constraints and utilisation.\n",
|
||||||
ctx->nameOf(ci));
|
ctx->nameOf(ci));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user