2023-09-06 13:25:48 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_stream_dynamic_wide_unsup.v:15:14: Unsupported: Assignment of stream of dynamic array to a variable of size greater than 64
|
2023-09-23 12:52:50 +00:00
|
|
|
: ... note: In instance 't'
|
2023-09-06 13:25:48 +00:00
|
|
|
15 | bit100 = { >> bit {arr} };
|
|
|
|
| ^
|
|
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
|
|
%Error-UNSUPPORTED: t/t_stream_dynamic_wide_unsup.v:17:14: Unsupported: Assignment of stream of dynamic array to a variable of size greater than 64
|
2023-09-23 12:52:50 +00:00
|
|
|
: ... note: In instance 't'
|
2023-09-06 13:25:48 +00:00
|
|
|
17 | bit100 = { << bit {arr} };
|
|
|
|
| ^
|
|
|
|
%Error: Exiting due to
|