mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
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
|