verilator/test_regress/t/t_foreach_bad.out

9 lines
449 B
Plaintext

%Error: t/t_foreach_bad.v:14:7: Foreach missing bracketed loop variable is no-operation (IEEE 1800-2023 12.7.3)
14 | foreach (array);
| ^~~~~~~
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error: t/t_foreach_bad.v:18:23: 'foreach' loop variable expects simple variable name
18 | foreach (array[a.b]);
| ^
%Error: Exiting due to