mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-09 15:47:31 +00:00
Various improvements in support for generate statements
This commit is contained in:
parent
f4b46ed31e
commit
4a4a3fc337
7 changed files with 161 additions and 7 deletions
|
|
@ -812,6 +812,7 @@ RTLIL::SigSpec AstNode::genRTLIL(int width_hint, bool sign_hint)
|
|||
case AST_GENFOR:
|
||||
case AST_GENBLOCK:
|
||||
case AST_GENIF:
|
||||
case AST_GENCASE:
|
||||
break;
|
||||
|
||||
// remember the parameter, needed for example in techmap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue