2020-12-05 16:30:14 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_class_param.v:9:23: Unsupported: class parameters
|
|
|
|
: ... In instance t
|
2020-07-11 23:11:58 +00:00
|
|
|
9 | class Cls #(parameter P = 12);
|
|
|
|
| ^
|
2021-04-24 14:33:49 +00:00
|
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
2020-12-05 16:30:14 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_class_param.v:20:11: Unsupported: parameterized classes
|
|
|
|
: ... In instance t
|
|
|
|
20 | Cls #(.P(4)) c4;
|
|
|
|
| ^
|
2020-04-05 13:30:23 +00:00
|
|
|
%Error: Exiting due to
|