2026-03-08 18:26:40 -04:00
|
|
|
%Error: t/t_interface_array_bad.v:23:15: Expecting expression to be constant, but variable isn't const: 'bar'
|
2023-09-23 08:52:50 -04:00
|
|
|
: ... note: In instance 't'
|
2026-03-08 18:26:40 -04:00
|
|
|
23 | assign foos[bar].a = 1'b1;
|
|
|
|
|
| ^~~
|
2025-04-05 17:10:28 -04:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2026-03-08 18:26:40 -04:00
|
|
|
%Error: t/t_interface_array_bad.v:23:14: Could not expand constant selection inside dotted reference: 'bar'
|
2023-09-23 08:52:50 -04:00
|
|
|
: ... note: In instance 't'
|
2026-03-08 18:26:40 -04:00
|
|
|
23 | assign foos[bar].a = 1'b1;
|
|
|
|
|
| ^
|
2019-05-02 18:45:32 -04:00
|
|
|
%Error: Exiting due to
|