mirror of https://github.com/YosysHQ/nextpnr.git
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) {
|
||||
|
||||
// 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));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue