summaryrefslogtreecommitdiff
path: root/frontends/ast/ast.h
diff options
context:
space:
mode:
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 039b929f..504ec5f2 100644
--- a/frontends/ast/ast.h
+++ b/frontends/ast/ast.h
@@ -137,6 +137,7 @@ namespace AST
// the list of attributes assigned to this node
std::map<RTLIL::IdString, AstNode*> attributes;
+ bool get_bool_attribute(RTLIL::IdString id);
// node content - most of it is unused in most node types
std::string str;