159,160c159,160
< max_indirect_counter_value = Param.Unsigned(8,
< "Maximum value of the indirect counter")
---
> num_indirect_counter_bits = Param.Unsigned(3,
> "Number of bits of the indirect counter")
200c200,201
< max_counter_value = Param.UInt8(7, "Maximum pattern counter value")
---
> num_counter_bits = Param.UInt8(3,
> "Number of bits of the saturating counters")
228c229
< max_counter_value = 15
---
> num_counter_bits = 4
321,322c322,323
< max_counter_value = Param.Unsigned(3,
< "Maximum value of the confidence counter")
---
> num_counter_bits = Param.Unsigned(2,
> "Number of bits of the confidence counter")