mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 14:23:41 +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
|
@ -107,6 +107,7 @@ namespace AST
|
|||
AST_ASSIGN,
|
||||
AST_CELL,
|
||||
AST_PRIMITIVE,
|
||||
AST_CELLARRAY,
|
||||
AST_ALWAYS,
|
||||
AST_INITIAL,
|
||||
AST_BLOCK,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue