2021-12-12 21:26:29 +01:00
|
|
|
%Error-UNSUPPORTED: t/t_class_param.v:22:11: Unsupported: parameterized classes
|
|
|
|
|
: ... In instance t
|
|
|
|
|
22 | Cls #(.P(4)) c4;
|
|
|
|
|
| ^
|
|
|
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
|
|
|
%Error-UNSUPPORTED: t/t_class_param.v:7:23: Unsupported: class parameters
|
2020-12-05 17:30:14 +01:00
|
|
|
: ... In instance t
|
2021-12-12 21:26:29 +01:00
|
|
|
7 | class Cls #(parameter P = 12);
|
2020-07-12 01:11:58 +02:00
|
|
|
| ^
|
2021-12-12 21:26:29 +01:00
|
|
|
%Error-UNSUPPORTED: t/t_class_param.v:17:14: Unsupported: parameterized classes
|
2020-12-05 17:30:14 +01:00
|
|
|
: ... In instance t
|
2021-12-12 21:26:29 +01:00
|
|
|
17 | typedef Cls#(5) Cls5_t;
|
|
|
|
|
| ^
|
2020-04-05 15:30:23 +02:00
|
|
|
%Error: Exiting due to
|