mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
10 lines
531 B
Plaintext
10 lines
531 B
Plaintext
%Warning-CASEX: t/t_case_x_bad.v:14:7: Suggest casez (with ?'s) in place of casex (with X's)
|
|
14 | casex (value)
|
|
| ^~~~~
|
|
... For warning description see https://verilator.org/warn/CASEX?v=latest
|
|
... Use "/* verilator lint_off CASEX */" and lint_on around source to disable this message.
|
|
%Warning-CASEWITHX: t/t_case_x_bad.v:19:9: Use of x/? constant in case statement, (perhaps intended casex/casez)
|
|
19 | 4'b1xxx: $stop;
|
|
| ^~~~~~~
|
|
%Error: Exiting due to
|