XSdFecShareTableSize - 1.1 English

Soft-Decision FEC Integrated Block LogiCORE IP Product Guide (PG256)

Document ID
PG256
Release Date
2022-10-19
Version
1.1 English

Function Prototype

void XSdFecShareTableSize(const XSdFecLdpcParameters* ParamsPtr, u32* SCSizePtr, u32* LASizePtr, u32* QCSizePtr)

Arguments

XSdFecLdpcParameters*
ParamsPtr: Pointer to parameters struct for the LDPC code being queried
u32* SCSizePtr
Pointer to variable to populate with the effective scale table size for the specified LDPC code
u32* LASizePtr
Pointer to variable to populate with the effective LA table size for the specified LDPC code
u32* QCSizePtr
Pointer to variable to populate with the effective QC table size for the specified LDPC code

Description

Populates SCSizePtr, LASizePtr, and QCSizePtr variables with the effective table size occupied by the specified LDPC code. These values can be used to increment the table offsets.

Return Value

N/A