2020-06-10 01:20:16 +02:00
|
|
|
%Error-UNSUPPORTED: t/t_class_unsup_bad.v:7:1: Unsupported: virtual interface
|
2020-04-04 02:07:46 +02:00
|
|
|
7 | virtual interface vi_t vi;
|
|
|
|
|
| ^~~~~~~
|
2021-04-24 16:33:49 +02:00
|
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
2020-06-10 01:20:16 +02:00
|
|
|
%Error-UNSUPPORTED: t/t_class_unsup_bad.v:8:1: Unsupported: virtual data type
|
2020-04-04 02:07:46 +02:00
|
|
|
8 | virtual vi_t vi2;
|
|
|
|
|
| ^~~~~~~
|
2020-07-01 13:31:53 +02: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 21:18:55 +01:00
|
|
|
%Error: Exiting due to
|