xilinx: Reduce control set search radius

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2026-03-27 10:44:17 +01:00
parent 888ebd2dc7
commit e5f86d7d1b
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ void XilinxImpl::configurePlacerHeap(PlacerHeapCfg &cfg)
cfg.ff_control_set_groups.at(z / 4).push_back((z << 4) | BEL_FF);
cfg.ff_control_set_groups.at(z / 4).push_back((z << 4) | BEL_FF2);
}
cfg.ctrl_set_max_radius = 20;
cfg.ctrl_set_max_radius = 12;
cfg.get_cell_control_set = [this](Context *, const CellInfo *ci) {
if (ci->type != id_SLICE_FFX)