mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-28 21:07:15 +00:00
It was not taken into account that there are only 6 ALUs per cell. As a result, on complex designs where ALUs and LUT-based memory are involved and there are many LUTs (like in the RISCV emulator), there were sometimes false positives about placement conflicts. Signed-off-by: YRabbit <rabbit@yrabbit.cyou>