2020-03-21 16:24:24 +01:00
|
|
|
%Error: t/t_var_ref_bad2.v:13:7: Assigning to const ref variable: 'bad_const_set'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-04-04 02:07:46 +02:00
|
|
|
13 | bad_const_set = 32'h4567;
|
|
|
|
|
| ^~~~~~~~~~~~~
|
2023-09-15 13:17:24 +02:00
|
|
|
%Error: t/t_var_ref_bad2.v:23:17: Ref argument requires matching types; port 'int_ref' requires int but connection is byte.
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-04-04 02:07:46 +02:00
|
|
|
23 | checkset2(bad_non_int);
|
|
|
|
|
| ^~~~~~~~~~~
|
2019-05-03 00:45:32 +02:00
|
|
|
%Error: Exiting due to
|