12 lines
677 B
Plaintext
12 lines
677 B
Plaintext
%Warning-NOEFFECT: t/t_foreach_noivar.v:17:5: foreach with no loop variable has no effect
|
|
: ... note: In instance 't'
|
|
17 | foreach (array[]) begin
|
|
| ^~~~~~~
|
|
... For warning description see https://verilator.org/warn/NOEFFECT?v=latest
|
|
... Use "/* verilator lint_off NOEFFECT */" and lint_on around source to disable this message.
|
|
%Warning-NOEFFECT: t/t_foreach_noivar.v:23:5: foreach with no loop variable has no effect
|
|
: ... note: In instance 't'
|
|
23 | foreach (array[,,]) begin
|
|
| ^~~~~~~
|
|
%Error: Exiting due to
|