verilator/test_regress/t/t_continue_do_while_bad.out
2022-11-08 20:01:08 -05:00

7 lines
384 B
Plaintext

%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