3
0
Fork 0
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:
Christopher D. Leary 2026-04-21 22:29:53 -07:00
parent 2dc69a7578
commit 390f09b89a
7 changed files with 286 additions and 32 deletions

View file

@ -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,