aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/ast.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-06-07 13:39:46 +0200
committerGitHub <noreply@github.com>2019-06-07 13:39:46 +0200
commit6d49145497e48bb063ebbed5164b45569e91b5ca (patch)
tree151c2b9268fe7c2c42d94a601220de6c35efd9c8 /frontends/ast/ast.cc
parentf01a61f093528e5111e5dac8aedbf8c7c468be1c (diff)
parent211d85cfcc1ae701bb9392347bcbb9750e3045b0 (diff)
downloadyosys-6d49145497e48bb063ebbed5164b45569e91b5ca.tar.gz
yosys-6d49145497e48bb063ebbed5164b45569e91b5ca.tar.bz2
yosys-6d49145497e48bb063ebbed5164b45569e91b5ca.zip
Merge pull request #1077 from YosysHQ/clifford/pr983
elaboration system tasks
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)