mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-11 21:02:32 +00:00
rtlil: extend SigSpec::extract test
This commit is contained in:
parent
a2dafce910
commit
10bbda93f7
2 changed files with 52 additions and 21 deletions
|
|
@ -1401,8 +1401,7 @@ struct RTLIL::SigSpec
|
|||
{
|
||||
private:
|
||||
friend class SigSpecRepTest;
|
||||
FRIEND_TEST(SigSpecRepTest, ExtractWires);
|
||||
FRIEND_TEST(SigSpecRepTest, ExtractConsts);
|
||||
FRIEND_TEST(SigSpecRepTest, Extract);
|
||||
enum Representation : char {
|
||||
CHUNK,
|
||||
BITS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue