mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-02-06 16:45:14 +00:00
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>
2 lines
3 B
C++
2 lines
3 B
C++
10
|