verilator/test_regress/t/t_lint_caseincomplete_bad.out

7 lines
415 B
Plaintext
Raw Normal View History

%Warning-CASEINCOMPLETE: t/t_lint_caseincomplete_bad.v:15:7: Case values incompletely covered (example pattern 0x1)
15 | case (i)
| ^~~~
2021-04-24 14:33:49 +00:00
... For warning description see https://verilator.org/warn/CASEINCOMPLETE?v=latest
... Use "/* verilator lint_off CASEINCOMPLETE */" and lint_on around source to disable this message.
%Error: Exiting due to