forked from github/verilator
6 lines
271 B
Plaintext
6 lines
271 B
Plaintext
%Error: t/t_class_param_bad_paren.v:28:11: Reference to parameterized class without #() (IEEE 1800-2017 8.25.1)
|
|
: ... Suggest use 'Cls#()'
|
|
28 | if (Cls::OTHER != 12) $stop;
|
|
| ^~~
|
|
%Error: Exiting due to
|