verilator/test_regress/t/t_continue_do_while_bad.out

7 lines
384 B
Plaintext
Raw Normal View History

%Warning-INFINITELOOP: t/t_continue_do_while_bad.v:14:7: Infinite loop (condition always true)
14 | do begin
| ^~
... For warning description see https://verilator.org/warn/INFINITELOOP?v=latest
... Use "/* verilator lint_off INFINITELOOP */" and lint_on around source to disable this message.
%Error: Exiting due to