3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-05 13:56:04 +00:00
yosys/tests/unit/kernel
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
..
bitpatternTest.cc bitpattern: unit test 2025-08-18 19:57:45 +02:00
hashTest.cc hashlib: extend unit test with subset collisions, shorten runtime 2025-08-20 00:08:23 +02:00
ioTest.cc Support IdString parameters in stringf 2025-09-01 23:34:42 +00:00
logTest.cc Added required structure to implement unit tests 2016-12-04 11:34:27 -02:00
rtlilTest.cc Make SigSpecConstIterator iterate over SigSpec without unpacking 2025-10-24 22:16:15 +00:00