Files
verilator/test_regress/t/t_interface_generic_function_bad.out
T

8 lines
450 B
Plaintext
Raw Normal View History

2026-08-13 18:50:20 -04:00
%Error: t/t_interface_generic_function_bad.v:16:11: Can't find definition of 'get' in dotted task/function: 'a.get'
2025-08-22 12:44:35 +02:00
: ... note: In instance 't.genericModule'
2026-08-13 18:50:20 -04:00
16 | if (a.get() != 4) $stop;
2025-08-22 12:44:35 +02:00
| ^~~
... 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