verilator/test_regress/t/t_class_param_bad_paren.out

6 lines
271 B
Plaintext
Raw Normal View History

%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