forked from github/verilator
11 lines
519 B
Plaintext
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
|