mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
8 lines
432 B
Plaintext
8 lines
432 B
Plaintext
%Error-UNSUPPORTED: t/t_castdyn_unsup_bad.v:13:7: Unsupported: $cast to 'string$[$]' from 'int$[string]'
|
|
: ... note: In instance 't'
|
|
: ... Suggest try static cast
|
|
13 | $cast(q, aarray);
|
|
| ^~~~~
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Error: Exiting due to
|