mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-19 00:19:32 +00:00
Support positional assignment patterns for unpacked arrays
This commit is contained in:
parent
2dc69a7578
commit
390f09b89a
7 changed files with 286 additions and 32 deletions
|
|
@ -78,6 +78,7 @@ namespace AST
|
|||
AST_CAST_SIZE,
|
||||
AST_CONCAT,
|
||||
AST_REPLICATE,
|
||||
AST_ASSIGN_PATTERN,
|
||||
AST_BIT_NOT,
|
||||
AST_BIT_AND,
|
||||
AST_BIT_OR,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue