mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-28 17:08:46 +00:00
Add support for cell arrays
This commit is contained in:
parent
0b1ce63a19
commit
e275e8eef9
6 changed files with 70 additions and 1 deletions
|
@ -127,6 +127,7 @@ std::string AST::type2str(AstNodeType type)
|
|||
X(AST_ASSIGN)
|
||||
X(AST_CELL)
|
||||
X(AST_PRIMITIVE)
|
||||
X(AST_CELLARRAY)
|
||||
X(AST_ALWAYS)
|
||||
X(AST_INITIAL)
|
||||
X(AST_BLOCK)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue