3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-31 22:27:50 +00:00

rtlil: complicate extract again for packing

This commit is contained in:
Emil J. Tywoniak 2026-04-23 17:47:17 +02:00
parent 14b0efeced
commit 25b9b796c4
5 changed files with 167 additions and 14 deletions

View file

@ -1400,6 +1400,9 @@ struct RTLIL::SigSpecConstIterator
struct RTLIL::SigSpec
{
private:
friend class SigSpecRepTest;
FRIEND_TEST(SigSpecRepTest, ExtractWires);
FRIEND_TEST(SigSpecRepTest, ExtractConsts);
enum Representation : char {
CHUNK,
BITS,