3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-05 13:56:04 +00:00
yosys/tests/unit
Robert O'Callahan e49f9765a2 Make SigSpecConstIterator iterate over SigSpec without unpacking
To make this efficient, the iterator keeps `chunk_index_hint` pointing to
the current chunk. This is only a hint, since it is not possible to maintain
its validity if the `SigSpec` representation is temporarily changed to unpacked.
In that case we have to resync using binary search.
2025-10-24 22:16:15 +00:00
..
kernel Make SigSpecConstIterator iterate over SigSpec without unpacking 2025-10-24 22:16:15 +00:00
techmap libparse: LibertyExpression unit test 2025-07-15 12:53:30 +02:00
Makefile Fix building and running unit tests (#5374) 2025-09-23 17:10:18 +02:00