2020-03-21 15:24:24 +00:00
|
|
|
%Warning-CASEWITHX: t/t_case_zx_bad.v:16:9: Use of x constant in casez statement, (perhaps intended ?/z in constant)
|
2020-04-04 00:07:46 +00:00
|
|
|
16 | 4'b1xxx: $stop;
|
|
|
|
| ^~~~~~~
|
2021-04-24 14:33:49 +00:00
|
|
|
... For warning description see https://verilator.org/warn/CASEWITHX?v=latest
|
2019-06-13 01:49:40 +00:00
|
|
|
... Use "/* verilator lint_off CASEWITHX */" and lint_on around source to disable this message.
|
|
|
|
%Error: Exiting due to
|