mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-27 00:18:46 +00:00
Added support for local regs in named blocks
This commit is contained in:
parent
b5afd75b0a
commit
507c63d112
3 changed files with 30 additions and 2 deletions
|
@ -576,6 +576,10 @@ struct AST_INTERNAL::ProcessGenerator
|
|||
}
|
||||
break;
|
||||
|
||||
case AST_WIRE:
|
||||
log_error("Found wire declaration in block without label at at %s:%d!\n", ast->filename.c_str(), ast->linenum);
|
||||
break;
|
||||
|
||||
case AST_TCALL:
|
||||
case AST_FOR:
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue