forked from github/verilator
6 lines
294 B
Plaintext
6 lines
294 B
Plaintext
%Warning-CASEWITHX: t/t_case_zx_bad.v:15: Use of x constant in casez statement, (perhaps intended ?/z in constant)
|
|
4'b1xxx: $stop;
|
|
^~~~~~~
|
|
... Use "/* verilator lint_off CASEWITHX */" and lint_on around source to disable this message.
|
|
%Error: Exiting due to
|