mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 19:00:26 +00:00
Added proper === and !== support in constant expressions
This commit is contained in:
parent
11ffa78677
commit
ecc30255ba
9 changed files with 79 additions and 15 deletions
|
@ -82,6 +82,8 @@ namespace AST
|
|||
AST_LE,
|
||||
AST_EQ,
|
||||
AST_NE,
|
||||
AST_EQX,
|
||||
AST_NEX,
|
||||
AST_GE,
|
||||
AST_GT,
|
||||
AST_ADD,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue