2020-03-21 16:24:24 +01:00
|
|
|
%Error: t/t_interface_array_bad.v:23:16: Expecting expression to be constant, but variable isn't const: 'bar'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-04-04 02:07:46 +02:00
|
|
|
23 | assign foos[bar].a = 1'b1;
|
|
|
|
|
| ^~~
|
2020-03-21 16:24:24 +01:00
|
|
|
%Error: t/t_interface_array_bad.v:23:15: Could not expand constant selection inside dotted reference: 'bar'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-04-04 02:07:46 +02:00
|
|
|
23 | assign foos[bar].a = 1'b1;
|
|
|
|
|
| ^
|
2019-05-03 00:45:32 +02:00
|
|
|
%Error: Exiting due to
|