mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-10 08:03:26 +00:00
Fixed handling of parameters and const functions in casex/casez pattern
This commit is contained in:
parent
f38ca3e18f
commit
5a09fa4553
5 changed files with 37 additions and 8 deletions
|
@ -122,6 +122,8 @@ namespace AST
|
|||
AST_ASSIGN_LE,
|
||||
AST_CASE,
|
||||
AST_COND,
|
||||
AST_CONDX,
|
||||
AST_CONDZ,
|
||||
AST_DEFAULT,
|
||||
AST_FOR,
|
||||
AST_WHILE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue