forked from github/verilator
9 lines
409 B
Plaintext
9 lines
409 B
Plaintext
%Warning-CASEX: t/t_case_x_bad.v:13:7: Suggest casez (with ?'s) in place of casex (with X's)
|
|
casex (value)
|
|
^~~~~
|
|
... Use "/* verilator lint_off CASEX */" and lint_on around source to disable this message.
|
|
%Warning-CASEWITHX: t/t_case_x_bad.v:18:9: Use of x/? constant in case statement, (perhaps intended casex/casez)
|
|
4'b1xxx: $stop;
|
|
^~~~~~~
|
|
%Error: Exiting due to
|