Skip to content
  • Lucas Russo's avatar
    modules/*/wb_acq_core/*: clip BTT value to max allowed · fc6f4f5b
    Lucas Russo authored
    Previously we were relying on the calculated
    full BTT value to be always '1' at the LSBs,
    but there are cases in which this is not true:
    1<0000000>. This would be cropped to 0, but
    instead we would want the clip to the maximum BTT
    value.
    fc6f4f5b