verilator/test_regress/t/t_class_param.out
2021-04-24 10:33:49 -04:00

11 lines
519 B
Plaintext

%Error-UNSUPPORTED: t/t_class_param.v:9:23: Unsupported: class parameters
: ... In instance t
9 | class Cls #(parameter P = 12);
| ^
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
%Error-UNSUPPORTED: t/t_class_param.v:20:11: Unsupported: parameterized classes
: ... In instance t
20 | Cls #(.P(4)) c4;
| ^
%Error: Exiting due to