2020-12-13 04:26:50 +01:00
|
|
|
%Error: t/t_inst_missing_dot_bad.v:9:22: Dotted reference to instance that refers to missing module/interface: 'missing'
|
2020-12-13 02:25:00 +01:00
|
|
|
9 | $display("a=", missing.a);
|
|
|
|
|
| ^~~~~~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2025-06-27 00:16:21 +02:00
|
|
|
%Error: t/t_inst_missing_dot_bad.v:9:30: Can't find definition of 'a' in dotted variable/method: 'missing.a'
|
2020-12-13 02:25:00 +01:00
|
|
|
9 | $display("a=", missing.a);
|
|
|
|
|
| ^
|
|
|
|
|
%Error: Exiting due to
|