verilator/test_regress/t/t_lint_wait_bad.out
2023-09-15 08:53:29 -04:00

13 lines
681 B
Plaintext

%Warning-WAITCONST: t/t_timing_wait1.v:52:12: Wait statement condition is constant
52 | wait(1);
| ^
... For warning description see https://verilator.org/warn/WAITCONST?v=latest
... Use "/* verilator lint_off WAITCONST */" and lint_on around source to disable this message.
%Warning-WAITCONST: t/t_timing_wait1.v:54:14: Wait statement condition is constant
54 | wait(0 < 1) $write("*-* All Finished *-*\n");
| ^
%Warning-WAITCONST: t/t_timing_wait1.v:59:19: Wait statement condition is constant
59 | initial wait(1 == 0) $stop;
| ^~
%Error: Exiting due to