mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
6 lines
297 B
Plaintext
6 lines
297 B
Plaintext
%Error: t/t_var_ref_bad1.v:14:8: Ref connection 'bad_sub_ref' requires matching types; ref requires 'real' data type but connection is 'bit' data type.
|
|
: ... In instance t
|
|
14 | (.bad_sub_ref(bad_parent));
|
|
| ^~~~~~~~~~~
|
|
%Error: Exiting due to
|