verilator/test_regress/t/t_display_cwide_bad.out

7 lines
409 B
Plaintext

%Warning-WIDTHTRUNC: t/t_display_cwide_bad.v:10:7: $display-like format of %c format of > 8 bit value
10 | $display("%c", 32'h1234);
| ^~~~~~~~
... For warning description see https://verilator.org/warn/WIDTHTRUNC?v=latest
... Use "/* verilator lint_off WIDTHTRUNC */" and lint_on around source to disable this message.
%Error: Exiting due to