mirror of
https://github.com/verilator/verilator.git
synced 2025-01-10 00:27:35 +00:00
6 lines
312 B
Plaintext
6 lines
312 B
Plaintext
%Warning-CASEWITHX: t/t_case_zx_bad.v:16:9: Use of x constant in casez statement, (perhaps intended ?/z in constant)
|
|
16 | 4'b1xxx: $stop;
|
|
| ^~~~~~~
|
|
... Use "/* verilator lint_off CASEWITHX */" and lint_on around source to disable this message.
|
|
%Error: Exiting due to
|