mirror of
https://github.com/verilator/verilator.git
synced 2025-01-21 05:44:03 +00:00
9 lines
381 B
Plaintext
9 lines
381 B
Plaintext
%Error-UNSUPPORTED: t/t_let_unsup.v:10:10: Unsupported: let typed ports
|
|
10 | let G(int a) = 30 + a;
|
|
| ^~~
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Error-UNSUPPORTED: t/t_let_unsup.v:11:10: Unsupported: let typed ports
|
|
11 | let H(signed a) = 30 + a;
|
|
| ^~~~~~
|
|
%Error: Exiting due to
|