mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-24 14:53:42 +00:00
Added non-std verilog assume() statement
This commit is contained in:
parent
b005eedf36
commit
1f1deda888
10 changed files with 67 additions and 25 deletions
|
@ -90,6 +90,7 @@ std::string AST::type2str(AstNodeType type)
|
|||
X(AST_IDENTIFIER)
|
||||
X(AST_PREFIX)
|
||||
X(AST_ASSERT)
|
||||
X(AST_ASSUME)
|
||||
X(AST_FCALL)
|
||||
X(AST_TO_BITS)
|
||||
X(AST_TO_SIGNED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue