11 lines
630 B
Plaintext
11 lines
630 B
Plaintext
%Error: t/t_stream_bad.v:12:32: Expecting expression to be constant, but can't convert a RAND to constant.
|
|
: ... note: In instance 't'
|
|
12 | initial packed_data_32 = {<<$random{byte_in}};
|
|
| ^~~~~~~
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
|
%Error: t/t_stream_bad.v:12:30: Slice size isn't a constant or basic data type.
|
|
: ... note: In instance 't'
|
|
12 | initial packed_data_32 = {<<$random{byte_in}};
|
|
| ^~
|
|
%Error: Exiting due to
|