diff options
author | D. Shah <dave@ds0.me> | 2021-01-27 19:39:19 +0000 |
---|---|---|
committer | D. Shah <dave@ds0.me> | 2021-01-27 19:39:19 +0000 |
commit | 3fc5455ec5fdaef0df0b01115e1ee0f9c9af8892 (patch) | |
tree | a02e29f733db0284572b0cf800016ad83b1bad7b /nexus | |
parent | c10238de8c6087282ff1d6092929585277cbd17c (diff) | |
download | nextpnr-3fc5455ec5fdaef0df0b01115e1ee0f9c9af8892.tar.gz nextpnr-3fc5455ec5fdaef0df0b01115e1ee0f9c9af8892.tar.bz2 nextpnr-3fc5455ec5fdaef0df0b01115e1ee0f9c9af8892.zip |
ecp5: 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>
Diffstat (limited to 'nexus')
0 files changed, 0 insertions, 0 deletions