mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Added constant size expression support of sized constants
This commit is contained in:
parent
1e2440e7ed
commit
d06258f74f
6 changed files with 48 additions and 0 deletions
|
@ -82,6 +82,7 @@ std::string AST::type2str(AstNodeType type)
|
|||
X(AST_PREFIX)
|
||||
X(AST_ASSERT)
|
||||
X(AST_FCALL)
|
||||
X(AST_TO_BITS)
|
||||
X(AST_TO_SIGNED)
|
||||
X(AST_TO_UNSIGNED)
|
||||
X(AST_CONCAT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue