placer1: Remove redundant relative constraint check

Macros with potentially inconsistent spacing are now permissible.

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2021-09-22 13:14:45 +01:00
parent 53e94653f3
commit 4d90850676

View File

@ -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;