mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
7 lines
415 B
Plaintext
7 lines
415 B
Plaintext
%Warning-CASEINCOMPLETE: t/t_case_enum_incomplete_bad.v:14:14: Enum item 'S1' not covered by case
|
|
14 | unique case (state)
|
|
| ^~~~
|
|
... 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
|