mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
10 lines
500 B
Plaintext
10 lines
500 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;
|
|
| ^~~~~~~~~~~~~
|
|
%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
|