Files
verilator/test_regress/t/t_interface_generic_bad3.out
T

13 lines
653 B
Plaintext

%Error: t/t_interface_generic_bad3.v:17:9: Can't find definition of scope/variable: 'b'
17 | if (b.k != 9) $stop;
| ^
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error-PINNOTFOUND: t/t_interface_generic_bad3.v:25:7: Pin not found: '__pinNumber2'
25 | inf_inst
| ^~~~~~~~
: ... Location of instance's module declaration
11 | module GenericModule (
| ^~~~~~~~~~~~~
... For error description see https://verilator.org/warn/PINNOTFOUND?v=latest
%Error: Exiting due to