2025-07-27 21:29:56 +02:00
|
|
|
%Error: t/t_stream_bad.v:14:25: Expecting expression to be constant, but can't convert a RAND to constant.
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2025-07-27 21:29:56 +02:00
|
|
|
14 | packed_data_32 = {<<$random{byte_in}};
|
|
|
|
|
| ^~~~~~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2025-07-27 21:29:56 +02:00
|
|
|
%Error: t/t_stream_bad.v:14:23: Slice size isn't a constant or basic data type.
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2025-07-27 21:29:56 +02:00
|
|
|
14 | packed_data_32 = {<<$random{byte_in}};
|
|
|
|
|
| ^~
|
|
|
|
|
%Error: t/t_stream_bad.v:15:25: Expecting expression to be constant, but variable isn't const: 'x'
|
|
|
|
|
: ... note: In instance 't'
|
|
|
|
|
15 | packed_data_32 = {<<x{byte_in}};
|
|
|
|
|
| ^
|
|
|
|
|
%Error: t/t_stream_bad.v:15:23: Slice size isn't a constant or basic data type.
|
|
|
|
|
: ... note: In instance 't'
|
|
|
|
|
15 | packed_data_32 = {<<x{byte_in}};
|
|
|
|
|
| ^~
|
2022-11-13 21:33:11 +01:00
|
|
|
%Error: Exiting due to
|