1
0
mirror of synced 2026-02-24 16:19:05 +00:00
Files
YosysHQ.yosys/kernel/rtlil.h
Jannis Harder f24e2536c6 kernel/rtlil: Add SigBit operator[](int offset) to SigChunk
This is already supported by `SigSpec` and since both `SigChunk` and
`SigSpec` implement `extract` which is the multi-bit variant of this,
there is no good reason for `SigChunk` to not support
`SigBit operator[](int offset)`.
2024-08-21 10:58:39 +01:00

83 KiB