mirror of
https://github.com/verilator/verilator.git
synced 2025-01-14 10:34:02 +00:00
6 lines
307 B
Plaintext
6 lines
307 B
Plaintext
|
%Warning-CASEINCOMPLETE: t/t_lint_caseincomplete_bad.v:15:7: Case values incompletely covered (example pattern 0x1)
|
||
|
15 | case (i)
|
||
|
| ^~~~
|
||
|
... Use "/* verilator lint_off CASEINCOMPLETE */" and lint_on around source to disable this message.
|
||
|
%Error: Exiting due to
|