mirror of
https://github.com/verilator/verilator.git
synced 2025-02-07 22:21:52 +00:00
11 lines
715 B
Plaintext
11 lines
715 B
Plaintext
%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
|
|
: ... note: In instance 't'
|
|
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
|
|
: ... note: In instance 't'
|
|
17 | bit100 = { << bit {arr} };
|
|
| ^
|
|
%Error: Exiting due to
|