mirror of https://github.com/YosysHQ/nextpnr.git
xilinx: Reduce control set search radius
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
888ebd2dc7
commit
e5f86d7d1b
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue