mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 08:07:46 +00:00
6 lines
252 B
Plaintext
6 lines
252 B
Plaintext
%Warning-REALCVT: t/t_lint_realcvt_bad.v:9: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
|