verilator/test_regress/t/t_class_param.out

11 lines
519 B
Plaintext
Raw Normal View History

%Error-UNSUPPORTED: t/t_class_param.v:9:23: Unsupported: class parameters
: ... In instance t
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
%Error-UNSUPPORTED: t/t_class_param.v:20:11: Unsupported: parameterized classes
: ... In instance t
20 | Cls #(.P(4)) c4;
| ^
%Error: Exiting due to