2025-01-04 18:55:15 +01:00
|
|
|
%Error: t/t_func_task_bad.v:10:11: Cannot call a task/void-function as a function: 'task_as_func'
|
|
|
|
|
: ... note: In instance 't'
|
2020-04-04 02:07:46 +02:00
|
|
|
10 | if (task_as_func(1'b0)) $stop;
|
|
|
|
|
| ^~~~~~~~~~~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2025-01-04 18:55:15 +01:00
|
|
|
%Error: t/t_func_task_bad.v:10:7: Logical operator IF expects a non-complex data type on the If.
|
|
|
|
|
: ... note: In instance 't'
|
|
|
|
|
10 | if (task_as_func(1'b0)) $stop;
|
|
|
|
|
| ^~
|
2019-06-13 03:49:40 +02:00
|
|
|
%Error: Exiting due to
|