2020-06-10 01:20:16 +02:00
|
|
|
%Error-UNSUPPORTED: t/t_math_countbits_bad.v:14:54: Unsupported: $countbits with more than 3 control fields
|
2020-05-10 20:27:22 +02:00
|
|
|
14 | assign count = $countbits(32'h123456, '0, '1, 'x, 'z);
|
|
|
|
|
| ^~
|
2021-04-18 16:16:18 +02:00
|
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=4.201
|
2020-05-10 20:27:22 +02:00
|
|
|
%Error: Exiting due to
|