diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-07 16:15:19 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-07 16:15:19 -0700 |
commit | 1e201a9b010badec6f220476dc6bc03a06de5b69 (patch) | |
tree | ceff38dbba8d2b63dd6f302949a742ef2061eff3 /frontends/ast/ast.h | |
parent | fe4394fb9aacfaee840d2c72b88c5da666fbcb28 (diff) | |
parent | 2b350401c4577d54c0d460240e2d2847d2eeadc4 (diff) | |
download | yosys-1e201a9b010badec6f220476dc6bc03a06de5b69.tar.gz yosys-1e201a9b010badec6f220476dc6bc03a06de5b69.tar.bz2 yosys-1e201a9b010badec6f220476dc6bc03a06de5b69.zip |
Merge remote-tracking branch 'origin/master' into xc7mux
Diffstat (limited to 'frontends/ast/ast.h')
-rw-r--r-- | frontends/ast/ast.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/ast/ast.h b/frontends/ast/ast.h index 46d482f1a..b8cde060e 100644 --- a/frontends/ast/ast.h +++ b/frontends/ast/ast.h @@ -137,7 +137,8 @@ namespace AST AST_GENIF, AST_GENCASE, AST_GENBLOCK, - + AST_TECALL, + AST_POSEDGE, AST_NEGEDGE, AST_EDGE, |