SPRUI30H November 2015 – May 2024 DRA745 , DRA746 , DRA750 , DRA756
The VCP soft decisions are 8-bit results, and output 64 bits at a time. The soft decisions will be organized as shown in Table 30-18, based on the CPU's endianness and whether SD is set for Native or 32-bit packed results.
Little_big_endian | BM | Description (MSB to LSB) |
---|---|---|
0 | 0 | 7, 6, 5, 4, 3, 2, 1, 0 => 3, 2, 1, 0, 7, 6, 5, 4 (bytes) |
0 | 1 | 7, 6, 5, 4, 3, 2, 1, 0 => 0, 1, 2, 3, 4, 5, 6, 7 (bytes) |
1 | 0 | Endianness manager has no effect 7, 6, 5, 4, 3, 2, 1, 0 => 7, 6, 5, 4, 3, 2, 1, 0 (bytes) |
1 | 1 | Endianness manager has no effect 7, 6, 5, 4, 3, 2, 1, 0 => 7, 6, 5, 4, 3, 2, 1, 0 (bytes) |