verilator/test_regress/t/t_lint_infinite.out
2019-07-14 21:42:03 -04:00

9 lines
412 B
Plaintext

%Warning-INFINITELOOP: t/t_lint_infinite.v:9: Infinite loop (condition always true)
forever begin end
^~~~~~~
... Use "/* verilator lint_off INFINITELOOP */" and lint_on around source to disable this message.
%Warning-INFINITELOOP: t/t_lint_infinite.v:11: Infinite loop (condition always true)
for (reg [31:0] i=0; i>=0; i=i+1) begin end
^~~
%Error: Exiting due to