Files
verilator/test_regress/t/t_interface_generic_bad.out
T

14 lines
816 B
Plaintext

%Warning-PINMISSING: t/t_interface_generic_bad.v:29:17: Instance has missing pin: 'b'
29 | GenericModule genericModule (inf_inst);
| ^~~~~~~~~~~~~
t/t_interface_generic_bad.v:17:15: ... Location of port declaration
17 | interface b
| ^
... For warning description see https://verilator.org/warn/PINMISSING?v=latest
... Use "/* verilator lint_off PINMISSING */" and lint_on around source to disable this message.
%Error: t/t_interface_generic_bad.v:17:15: Interface port 'b' is not connected to interface/modport pin expression
17 | interface b
| ^
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error: Exiting due to