verilator/test_regress/t/t_inst_missing_dot_bad.out

8 lines
390 B
Plaintext
Raw Normal View History

%Error: t/t_inst_missing_dot_bad.v:9:22: Dotted reference to cell that refers to missing module: 'missing'
9 | $display("a=", missing.a);
| ^~~~~~~
%Error: t/t_inst_missing_dot_bad.v:9:30: Can't find definition of 'a' in dotted variable: 'missing.a'
9 | $display("a=", missing.a);
| ^
%Error: Exiting due to