3
0
Fork 0
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:
Clifford Wolf 2013-03-26 09:44:54 +01:00
parent 227520f94d
commit 6a382f2aba
2 changed files with 19 additions and 1 deletions

View file

@ -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;