diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-05-28 15:45:15 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-05-28 15:45:15 +0200 |
commit | eaae0adf57f5f9328feeb0d2954a90abdbe38271 (patch) | |
tree | 22f84628e25cc0fb5e1432cb4548d49a3436aef3 /frontends/ast/ast.cc | |
parent | 2a11c48782d31cd6f9c181f7ff52984cc2ae0351 (diff) | |
parent | 816082d5a11e758b6ff68a2dc442fc2519356669 (diff) | |
download | yosys-eaae0adf57f5f9328feeb0d2954a90abdbe38271.tar.gz yosys-eaae0adf57f5f9328feeb0d2954a90abdbe38271.tar.bz2 yosys-eaae0adf57f5f9328feeb0d2954a90abdbe38271.zip |
Merge branch 'wandwor' of https://github.com/thasti/yosys into clifford/wandwor
Diffstat (limited to 'frontends/ast/ast.cc')
-rw-r--r-- | frontends/ast/ast.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/ast/ast.cc b/frontends/ast/ast.cc index 29e175c15..83993eea9 100644 --- a/frontends/ast/ast.cc +++ b/frontends/ast/ast.cc @@ -194,6 +194,8 @@ AstNode::AstNode(AstNodeType type, AstNode *child1, AstNode *child2, AstNode *ch is_logic = false; is_signed = false; is_string = false; + is_wand = false; + is_wor = false; is_unsized = false; was_checked = false; range_valid = false; |