mirror of
https://github.com/verilator/verilator.git
synced 2025-01-23 23:04:14 +00:00
7 lines
324 B
Plaintext
7 lines
324 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);
|
|
| ^~~~~
|
|
%Error: Exiting due to
|