diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-02-01 13:50:23 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-02-01 13:50:23 +0100 |
commit | d06258f74f724ea3ed26ec9341dd64a51e320ccf (patch) | |
tree | cb0a5af86db1dff05686490bdb1ed5908471d2e2 /frontends/ast/ast.h | |
parent | 1e2440e7ed6979bdee2f80116d6c3a429b604e25 (diff) | |
download | yosys-d06258f74f724ea3ed26ec9341dd64a51e320ccf.tar.gz yosys-d06258f74f724ea3ed26ec9341dd64a51e320ccf.tar.bz2 yosys-d06258f74f724ea3ed26ec9341dd64a51e320ccf.zip |
Added constant size expression support of sized constants
Diffstat (limited to 'frontends/ast/ast.h')
-rw-r--r-- | frontends/ast/ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/ast/ast.h b/frontends/ast/ast.h index caae679a1..01702c3cf 100644 --- a/frontends/ast/ast.h +++ b/frontends/ast/ast.h @@ -61,6 +61,7 @@ namespace AST AST_ASSERT, AST_FCALL, + AST_TO_BITS, AST_TO_SIGNED, AST_TO_UNSIGNED, AST_CONCAT, |