verilator/test_regress/t/t_var_ref_bad2.out

11 lines
601 B
Plaintext

%Error: t/t_var_ref_bad2.v:13:7: Assigning to const ref variable: 'bad_const_set'
: ... note: In instance 't'
13 | bad_const_set = 32'h4567;
| ^~~~~~~~~~~~~
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error: t/t_var_ref_bad2.v:23:17: Ref argument requires matching types; port 'int_ref' requires 'int' but connection is 'byte'.
: ... note: In instance 't'
23 | checkset2(bad_non_int);
| ^~~~~~~~~~~
%Error: Exiting due to