mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 07:53:16 +00:00
Fixed handling of unconditional generate blocks
This commit is contained in:
parent
227520f94d
commit
6a382f2aba
2 changed files with 19 additions and 1 deletions
|
@ -528,6 +528,7 @@ RTLIL::SigSpec AstNode::genRTLIL(int width_hint)
|
|||
case AST_LOCALPARAM:
|
||||
case AST_GENVAR:
|
||||
case AST_GENFOR:
|
||||
case AST_GENBLOCK:
|
||||
case AST_GENIF:
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue