verilator/test_regress/t/t_math_countbits_bad.out

5 lines
249 B
Plaintext
Raw Normal View History

2020-05-10 18:27:22 +00:00
%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