mirror of
https://github.com/verilator/verilator.git
synced 2025-02-08 06:32:24 +00:00
10 lines
513 B
Plaintext
10 lines
513 B
Plaintext
%Error: t/t_stream_bad.v:12:32: Expecting expression to be constant, but can't convert a RAND to constant.
|
|
: ... In instance t
|
|
12 | initial packed_data_32 = {<<$random{byte_in}};
|
|
| ^~~~~~~
|
|
%Error: t/t_stream_bad.v:12:30: Slice size isn't a constant or basic data type.
|
|
: ... In instance t
|
|
12 | initial packed_data_32 = {<<$random{byte_in}};
|
|
| ^~
|
|
%Error: Exiting due to
|