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

2022-10-14 Thread Maxime Coquelin
On 10/12/22 04:53, Hernan Vargas wrote: 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 <=

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

2022-10-11 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