diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-07-04 14:12:33 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-07-04 14:12:33 +0200 |
commit | 56432a920f9c2189ead2f724f18cde20aad7bf99 (patch) | |
tree | 37c83554247ef98dfba58409993b8f1d2379aa09 /frontends/ast/ast.h | |
parent | 3b294b391202bdac25c822cc06d7572249b38949 (diff) | |
download | yosys-56432a920f9c2189ead2f724f18cde20aad7bf99.tar.gz yosys-56432a920f9c2189ead2f724f18cde20aad7bf99.tar.bz2 yosys-56432a920f9c2189ead2f724f18cde20aad7bf99.zip |
Added defparam support to Verilog/AST frontend
Diffstat (limited to 'frontends/ast/ast.h')
-rw-r--r-- | frontends/ast/ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/ast/ast.h b/frontends/ast/ast.h index c8de580e3..12e9a71bc 100644 --- a/frontends/ast/ast.h +++ b/frontends/ast/ast.h @@ -50,6 +50,7 @@ namespace AST AST_AUTOWIRE, AST_PARAMETER, AST_LOCALPARAM, + AST_DEFPARAM, AST_PARASET, AST_ARGUMENT, AST_RANGE, |