diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-06-07 11:48:50 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-06-07 11:48:50 +0200 |
commit | e275e8eef9ae47670075bd73a671f3acd3c0ca52 (patch) | |
tree | 415c0b5d2de494ac0d72a92745d3a1c0cc703275 /frontends/ast/ast.cc | |
parent | 0b1ce63a19025f73fe4d2a54253134ea9a4de625 (diff) | |
download | yosys-e275e8eef9ae47670075bd73a671f3acd3c0ca52.tar.gz yosys-e275e8eef9ae47670075bd73a671f3acd3c0ca52.tar.bz2 yosys-e275e8eef9ae47670075bd73a671f3acd3c0ca52.zip |
Add support for cell arrays
Diffstat (limited to 'frontends/ast/ast.cc')
-rw-r--r-- | frontends/ast/ast.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/ast/ast.cc b/frontends/ast/ast.cc index 105645f95..0780f7b59 100644 --- a/frontends/ast/ast.cc +++ b/frontends/ast/ast.cc @@ -127,6 +127,7 @@ std::string AST::type2str(AstNodeType type) X(AST_ASSIGN) X(AST_CELL) X(AST_PRIMITIVE) + X(AST_CELLARRAY) X(AST_ALWAYS) X(AST_INITIAL) X(AST_BLOCK) |