mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Generalise structs and add support for packed unions.
This commit is contained in:
parent
0b6b47ca67
commit
f482c9c016
8 changed files with 209 additions and 59 deletions
|
@ -172,6 +172,7 @@ std::string AST::type2str(AstNodeType type)
|
|||
X(AST_WIRETYPE)
|
||||
X(AST_TYPEDEF)
|
||||
X(AST_STRUCT)
|
||||
X(AST_UNION)
|
||||
X(AST_STRUCT_ITEM)
|
||||
#undef X
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue