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.h | |
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.h')
-rw-r--r-- | frontends/ast/ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/ast/ast.h b/frontends/ast/ast.h index f90e683ad..46d482f1a 100644 --- a/frontends/ast/ast.h +++ b/frontends/ast/ast.h @@ -173,7 +173,7 @@ namespace AST // node content - most of it is unused in most node types std::string str; std::vector<RTLIL::State> bits; - bool is_input, is_output, is_reg, is_logic, is_signed, is_string, range_valid, range_swapped, was_checked, is_unsized; + bool is_input, is_output, is_reg, is_logic, is_signed, is_string, is_wand, is_wor, range_valid, range_swapped, was_checked, is_unsized; int port_id, range_left, range_right; uint32_t integer; double realvalue; |