Closed marzoul closed 1 month ago
Thanks for these detailed bug reports and including reproducers, I will get them fixed once I'm done with travels.
The issue no longer happens with the patch proposed in https://github.com/YosysHQ/nextpnr/pull/1363 So I will close this issue.
Hi,
When experimenting with a complete design for board Zybo (Zynq + accelerator), I get a crash in the placer. Here is the stacktrace:
The affected code line in placer_heap.cc line 823 is the following:
CellLocation &usrloc = cell_locs.at(user.cell->name);
The reproducer is too large to attach (2MB archive, design of ~10k LUTs + BRAMs + DSPs). Here is a public link : https://cloud.univ-grenoble-alpes.fr/s/xtMFMBcasZ5m3gk
Important : To pass the mapping step prior to tis crash, need to apply the fix proposed in other PR https://github.com/YosysHQ/nextpnr/pull/1363
Regards, Adrien