2024-10-08 01:14:41 +02:00
|
|
|
%Error: t/t_lint_block_redecl_bad.v:17:34: Duplicate declaration of block: 'COMB'
|
|
|
|
|
17 | for(i=0; i<9; i++ ) begin: COMB
|
2022-08-16 04:17:17 +02:00
|
|
|
| ^~~~
|
2024-10-08 01:14:41 +02:00
|
|
|
t/t_lint_block_redecl_bad.v:14:35: ... Location of original declaration
|
|
|
|
|
14 | for(i=0; i<10; i++ ) begin: COMB
|
2022-08-16 04:17:17 +02:00
|
|
|
| ^~~~
|
|
|
|
|
%Error: Exiting due to
|