mirror of
https://github.com/verilator/verilator.git
synced 2025-01-13 01:54:02 +00:00
10 lines
365 B
Plaintext
10 lines
365 B
Plaintext
|
%Error: t/t_castdyn.v:12:11: Unsupported: $cast. Suggest try static cast.
|
||
|
: ... In instance t
|
||
|
12 | i = $cast(a, b);
|
||
|
| ^~~~~
|
||
|
%Error: t/t_castdyn.v:14:7: Unsupported: $cast. Suggest try static cast.
|
||
|
: ... In instance t
|
||
|
14 | $cast(a, b);
|
||
|
| ^~~~~
|
||
|
%Error: Exiting due to
|