2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_class_unsup_bad.v:7:1: Unsupported: virtual interface
|
2020-04-04 00:07:46 +00:00
|
|
|
7 | virtual interface vi_t vi;
|
|
|
|
| ^~~~~~~
|
2021-04-24 14:33:49 +00:00
|
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_class_unsup_bad.v:8:1: Unsupported: virtual data type
|
2020-04-04 00:07:46 +00:00
|
|
|
8 | virtual vi_t vi2;
|
|
|
|
| ^~~~~~~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_class_unsup_bad.v:14:26: Unsupported: class parameters
|
2020-04-04 00:07:46 +00:00
|
|
|
14 | localparam LOCPAR = 10;
|
|
|
|
| ^
|
2020-07-01 11:31:53 +00:00
|
|
|
%Error: t/t_class_unsup_bad.v:29:24: Syntax error: 'const'/'rand'/'randc' not allowed before function/task declaration
|
|
|
|
29 | const function void func_const; endfunction
|
|
|
|
| ^~~~~~~~~~
|
2019-12-23 20:18:55 +00:00
|
|
|
%Error: Exiting due to
|