RE: [EXT] [PATCH v4 04/30] baseband/acc100: add LDPC encoder padding function

2022-10-20 Thread Akhil Goyal
> LDPC Encoder input may need to be padded to avoid small beat for ACC100. > Padding 5GDL input buffer length (BLEN) to avoid case (BLEN % 64) <= 8. > Adding protection for corner case to avoid for 5GDL occurrence of last > beat within the ACC100 fabric with <= 8B which might trigger a fabric > cor

[PATCH v4 04/30] baseband/acc100: add LDPC encoder padding function

2022-10-18 Thread Hernan Vargas
LDPC Encoder input may need to be padded to avoid small beat for ACC100. Padding 5GDL input buffer length (BLEN) to avoid case (BLEN % 64) <= 8. Adding protection for corner case to avoid for 5GDL occurrence of last beat within the ACC100 fabric with <= 8B which might trigger a fabric corner case h