XRFdc_MultiConverter_Init - 2.6 English

Zynq UltraScale+ RFSoC RF Data Converter v2.6 Gen 1/2/3/DFE LogiCORE IP Product Guide (PG269)

Document ID
PG269
Release Date
2023-10-18
Version
2.6 English

Function Prototype

void XRFdc_MultiConverter_Init(XRFdc_MultiConverter_Sync_Config *ConfigPtr, int *PLL_CodesPtr, int *T1_CodesPtr, u32 RefTile);

Arguments

XRFdc_MultiConverter_Sync_Config *ConfigPtr
Multi-tile synchronization configuration structure.
int *PLL_CodesPtr
Optional target codes for PLL analog SYSREF capture. Set to 0 (NULL) when not used.
int *T1_CodesPtr
Optional target codes for T1 analog SYSREF capture. Set to 0 (NULL) when not used.
u32 RefTile
The SysRef reference tile. When clock distribution is in use this should be set to the Tile_Id of the tile distributing the clock. It should be set to 0 when clock distribution is not being used.

Description

This API function initializes the multi-tile synchronization configuration structures; it must be called before XRFdc_MultiConverter_Sync. Optionally, it allows previously determined target codes to be provided for the PLL/T1 analog SYSREF capture.

Return Value

None.