2021-12-12 20:26:29 +00: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 16:30:14 +00:00
|
|
|
: ... In instance t
|
2021-12-12 20:26:29 +00:00
|
|
|
7 | class Cls #(parameter P = 12);
|
2020-07-11 23:11:58 +00:00
|
|
|
| ^
|
2021-12-12 20:26:29 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_class_param.v:17:14: Unsupported: parameterized classes
|
2020-12-05 16:30:14 +00:00
|
|
|
: ... In instance t
|
2021-12-12 20:26:29 +00:00
|
|
|
17 | typedef Cls#(5) Cls5_t;
|
|
|
|
| ^
|
2020-04-05 13:30:23 +00:00
|
|
|
%Error: Exiting due to
|