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:
parent
14b0efeced
commit
25b9b796c4
5 changed files with 167 additions and 14 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue