Hi,
We are using BCP for accelerating PDCCH and we are processing per dci to the BCP.We are facing problem when we check the o/p is not as same calculated by software .
Following parameter configred for CRC.Also we are referencing the ti PDSCH sample code for it:-
pCrcHdrCfg->num_scramble_sys= 0;
pCrcHdrCfg->bit_order = 1;
pCrcHdrCfg->dtx_format = 0;
pCrcHdrCfg->method2_id = 0;-->we are just checking CRC o/p before scrambling
pCrcHdrCfg->local_hdr_len = 3;
pCrcHdrCfg->va_blk_len = 27--->according to dci bit(while min tb length should be 40 please confirm )
pCrcHdrCfg->va_blks = 1;
pCrcHdrCfg->va_crc = Bcp_CrcFormat_Crc16;
input data id 0C89DE3, after BCP processing the data receieved is 425E 0C89DE3 while it should be 1256 0C89DE3 .
can you please help here if anything should configured for PDCCH in CRC.
Regards,
Ujjwal