mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Added support for verilog genblock[index].member syntax
This commit is contained in:
parent
26a192b8c7
commit
4f0c2862a0
4 changed files with 34 additions and 12 deletions
|
@ -56,6 +56,7 @@ namespace AST
|
|||
AST_CONSTANT,
|
||||
AST_CELLTYPE,
|
||||
AST_IDENTIFIER,
|
||||
AST_PREFIX,
|
||||
|
||||
AST_FCALL,
|
||||
AST_TO_SIGNED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue