2026-03-08 23:26:40 +01:00
|
|
|
%Error: t/t_interface_missing_bad.v:13:5: Can't find typedef/interface: 'foo_intf'
|
|
|
|
|
13 | foo_intf foo
|
|
|
|
|
| ^~~~~~~~
|
2025-05-18 04:21:14 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2026-03-08 23:26:40 +01:00
|
|
|
%Error: t/t_interface_missing_bad.v:19:3: Cannot find file containing interface: 'foo_intf'
|
|
|
|
|
19 | foo_intf the_foo ();
|
|
|
|
|
| ^~~~~~~~
|
|
|
|
|
%Error: t/t_interface_missing_bad.v:21:25: Found definition of 'the_foo' as a CELL but expected a variable
|
|
|
|
|
21 | foo_mod foo_mod (.foo(the_foo));
|
|
|
|
|
| ^~~~~~~
|
2019-06-13 03:49:40 +02:00
|
|
|
%Error: Exiting due to
|