verilator/test_regress/t/t_lint_realcvt_bad.out
2020-03-21 11:24:24 -04:00

6 lines
253 B
Plaintext

%Warning-REALCVT: t/t_lint_realcvt_bad.v:10:11: Implicit conversion of real to integer
i = 23.2;
^~~~
... Use "/* verilator lint_off REALCVT */" and lint_on around source to disable this message.
%Error: Exiting due to