aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/ast.cc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-07 16:15:19 -0700
committerEddie Hung <eddie@fpgeh.com>2019-06-07 16:15:19 -0700
commit1e201a9b010badec6f220476dc6bc03a06de5b69 (patch)
treeceff38dbba8d2b63dd6f302949a742ef2061eff3 /frontends/ast/ast.cc
parentfe4394fb9aacfaee840d2c72b88c5da666fbcb28 (diff)
parent2b350401c4577d54c0d460240e2d2847d2eeadc4 (diff)
downloadyosys-1e201a9b010badec6f220476dc6bc03a06de5b69.tar.gz
yosys-1e201a9b010badec6f220476dc6bc03a06de5b69.tar.bz2
yosys-1e201a9b010badec6f220476dc6bc03a06de5b69.zip
Merge remote-tracking branch 'origin/master' into xc7mux
Diffstat (limited to 'frontends/ast/ast.cc')
-rw-r--r--frontends/ast/ast.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/ast/ast.cc b/frontends/ast/ast.cc
index 83993eea9..b5b968e9e 100644
--- a/frontends/ast/ast.cc
+++ b/frontends/ast/ast.cc
@@ -154,6 +154,7 @@ std::string AST::type2str(AstNodeType type)
X(AST_GENIF)
X(AST_GENCASE)
X(AST_GENBLOCK)
+ X(AST_TECALL)
X(AST_POSEDGE)
X(AST_NEGEDGE)
X(AST_EDGE)