mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 05:08:56 +00:00
Another bugfix in mem2reg code
This commit is contained in:
parent
dbdd8927e7
commit
82a4a0230f
4 changed files with 53 additions and 7 deletions
|
@ -540,6 +540,7 @@ struct AST_INTERNAL::ProcessGenerator
|
|||
log_error("Found parameter declaration in block without label at at %s:%d!\n", ast->filename.c_str(), ast->linenum);
|
||||
break;
|
||||
|
||||
case AST_NONE:
|
||||
case AST_TCALL:
|
||||
case AST_FOR:
|
||||
break;
|
||||
|
@ -810,6 +811,7 @@ RTLIL::SigSpec AstNode::genRTLIL(int width_hint, bool sign_hint)
|
|||
// simply ignore this nodes.
|
||||
// they are either leftovers from simplify() or are referenced by other nodes
|
||||
// and are only accessed here thru this references
|
||||
case AST_NONE:
|
||||
case AST_TASK:
|
||||
case AST_FUNCTION:
|
||||
case AST_DPI_FUNCTION:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue