YosysHQ / nextpnr

nextpnr portable FPGA place and route tool
ISC License
1.24k stars 237 forks source link

himbaechel: Fix when more then 32k unique node shapes #1250

Closed gatecat closed 7 months ago

gatecat commented 7 months ago

Himbächel was always intended to support up to 2³² unique node shapes, hence it being split across two words, but as the multi-purpose structure was being encoded as signed shorts, this would fail in the lower part as soon as 32768 were exceeded.