diff options
Diffstat (limited to 'frontends/ast/ast.h')
-rw-r--r-- | frontends/ast/ast.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/ast/ast.h b/frontends/ast/ast.h index fccabbe63..4cdb564a5 100644 --- a/frontends/ast/ast.h +++ b/frontends/ast/ast.h @@ -216,6 +216,8 @@ namespace AST // helper function for creating sign-extended const objects RTLIL::Const bitsAsConst(int width, bool is_signed); RTLIL::Const bitsAsConst(int width = -1); + RTLIL::Const asAttrConst(); + RTLIL::Const asParaConst(); }; // process an AST tree (ast must point to an AST_DESIGN node) and generate RTLIL code |