2024-10-07 00:08:40 +02:00
|
|
|
%Error: t/t_class_unsup_bad.v:24:21: Syntax error: 'static'/'virtual'/'rand'/'randc' not allowed before typedef declaration
|
|
|
|
|
24 | rand typedef int irand_t;
|
|
|
|
|
| ^~~~~~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2024-10-07 00:08:40 +02:00
|
|
|
%Error: t/t_class_unsup_bad.v:25:22: Syntax error: 'static'/'virtual'/'rand'/'randc' not allowed before typedef declaration
|
|
|
|
|
25 | randc typedef int icrand_t;
|
|
|
|
|
| ^~~~~~~~
|
|
|
|
|
%Error: t/t_class_unsup_bad.v:31:24: Syntax error: 'const'/'rand'/'randc' not allowed before function/task declaration
|
|
|
|
|
31 | const function void func_const; endfunction
|
2020-07-01 13:31:53 +02:00
|
|
|
| ^~~~~~~~~~
|
2019-12-23 21:18:55 +01:00
|
|
|
%Error: Exiting due to
|