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