mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 04:02:37 +00:00
8 lines
371 B
Plaintext
8 lines
371 B
Plaintext
%Error: t/t_lint_block_redecl_bad.v:17:34: Duplicate declaration of block: 'COMB'
|
|
17 | for(i=0; i<9; i++ ) begin: COMB
|
|
| ^~~~
|
|
t/t_lint_block_redecl_bad.v:14:35: ... Location of original declaration
|
|
14 | for(i=0; i<10; i++ ) begin: COMB
|
|
| ^~~~
|
|
%Error: Exiting due to
|