2020-03-21 15:24:24 +00:00
|
|
|
%Warning-IGNOREDRETURN: t/t_func_void_bad.v:26:7: Ignoring return value of non-void function (IEEE 1800-2017 13.4.1)
|
2020-04-04 00:07:46 +00:00
|
|
|
26 | f1(20);
|
|
|
|
| ^~
|
2021-04-24 14:33:49 +00:00
|
|
|
... For warning description see https://verilator.org/warn/IGNOREDRETURN?v=latest
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off IGNOREDRETURN */" and lint_on around source to disable this message.
|
2019-03-10 18:57:01 +00:00
|
|
|
%Error: Exiting due to
|