1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-18 17:07:40 +00:00
Files
YosysHQ.nextpnr/ice40/bitstream.cc
D. Shah c10238de8c ice40: Switch from RelPtr to RelSlice
This replaces RelPtrs and a separate length field with a Rust-style
slice containing both a pointer and a length; with bounds checking
always enforced.

Thus iterating over these structures is both cleaner and safer.

Signed-off-by: D. Shah <dave@ds0.me>
2021-01-27 18:35:49 +00:00

54 KiB