verilator/test_regress/t/t_interface_generic_functio...

8 lines
450 B
Plaintext
Executable File

%Error: t/t_interface_generic_function_bad.v:14:11: Can't find definition of 'get' in dotted task/function: 'a.get'
: ... note: In instance 't.genericModule'
14 | if (a.get() != 4) $stop;
| ^~~
... Known scopes under 'get': <no instances found>
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error: Exiting due to