mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
5 lines
187 B
Plaintext
5 lines
187 B
Plaintext
%Error: t/t_func_task_bad.v:10:11: Illegal call of a task as a function: 'task_as_func'
|
|
10 | if (task_as_func(1'b0)) $stop;
|
|
| ^~~~~~~~~~~~
|
|
%Error: Exiting due to
|