mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-10 16:13:26 +00:00
Added AstNode::MEM2REG_FL_CMPLX_LHS
This commit is contained in:
parent
798ff88855
commit
80e4594695
2 changed files with 23 additions and 0 deletions
|
@ -188,6 +188,7 @@ namespace AST
|
|||
MEM2REG_FL_SET_ELSE = 0x00000400,
|
||||
MEM2REG_FL_SET_ASYNC = 0x00000800,
|
||||
MEM2REG_FL_EQ2 = 0x00001000,
|
||||
MEM2REG_FL_CMPLX_LHS = 0x00002000,
|
||||
|
||||
/* proc flags */
|
||||
MEM2REG_FL_EQ1 = 0x01000000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue