summaryrefslogtreecommitdiff
path: root/frontends/ast/ast.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-08-18 00:02:30 +0200
committerClifford Wolf <clifford@clifford.at>2014-08-18 00:02:30 +0200
commitacb435b6cf583b6c18f405a9c92566c4e9fb85e5 (patch)
tree8d301c4a63ee0e54f99e54aaa265f930ef057b3f /frontends/ast/ast.h
parentaa7a3ed83f0972bd6da3b272e7bbc9efb1409067 (diff)
Added const folding of AST_CASE to AST simplifier
Diffstat (limited to 'frontends/ast/ast.h')
-rw-r--r--frontends/ast/ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/ast/ast.h b/frontends/ast/ast.h
index 6ea241fa..ef54d76f 100644
--- a/frontends/ast/ast.h
+++ b/frontends/ast/ast.h
@@ -246,6 +246,7 @@ namespace AST
RTLIL::Const bitsAsConst(int width = -1);
RTLIL::Const asAttrConst();
RTLIL::Const asParaConst();
+ bool bits_only_01();
bool asBool();
// helper functions for real valued const eval