verilator/test_regress/t/t_math_countbits_bad.out
2020-05-10 14:27:22 -04:00

5 lines
249 B
Plaintext
Executable File

%Error: t/t_math_countbits_bad.v:14:54: Unsupported: $countbits with more than 3 control fields
14 | assign count = $countbits(32'h123456, '0, '1, 'x, 'z);
| ^~
%Error: Exiting due to