7 lines
386 B
Plaintext
7 lines
386 B
Plaintext
%Error: t/t_lint_implicit_func_bad.v:12:11: Cannot call a task/void-function as a function: 'imp_func_conflict'
|
|
: ... note: In instance 't'
|
|
12 | assign imp_func_conflict = 1'b1;
|
|
| ^~~~~~~~~~~~~~~~~
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
|
%Error: Exiting due to
|