mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-20 04:43:40 +00:00
Added defparam support to Verilog/AST frontend
This commit is contained in:
parent
3b294b3912
commit
56432a920f
7 changed files with 79 additions and 13 deletions
|
@ -531,6 +531,7 @@ RTLIL::SigSpec AstNode::genRTLIL(int width_hint)
|
|||
case AST_AUTOWIRE:
|
||||
case AST_PARAMETER:
|
||||
case AST_LOCALPARAM:
|
||||
case AST_DEFPARAM:
|
||||
case AST_GENVAR:
|
||||
case AST_GENFOR:
|
||||
case AST_GENBLOCK:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue