verilator/test_regress/t/t_castdyn.out

10 lines
413 B
Plaintext
Raw Normal View History

%Error-UNSUPPORTED: t/t_castdyn.v:12:11: Unsupported: $cast. Suggest try static cast.
: ... In instance t
2020-06-06 13:30:11 +00:00
12 | i = $cast(a, b);
| ^~~~~
%Error-UNSUPPORTED: t/t_castdyn.v:14:7: Unsupported: $cast. Suggest try static cast.
: ... In instance t
2020-06-06 13:30:11 +00:00
14 | $cast(a, b);
| ^~~~~
%Error: Exiting due to