mirror of
https://github.com/verilator/verilator.git
synced 2025-01-11 17:17:36 +00:00
8 lines
422 B
Plaintext
8 lines
422 B
Plaintext
%Error-UNSUPPORTED: t/t_castdyn_unsup_bad.v:13:7: Unsupported: $cast to 'string[$]' from 'int[string]'
|
|
: ... 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
|