This function provides functionality to read back the PL configuration data.
Note: This API is not supported for the Versal platform.
Prototype
u32 XFpga_GetPlConfigData(XFpga *InstancePtr, UINTPTR ReadbackAddr, u32 NumFrames);
Parameters
The following table lists the XFpga_GetPlConfigData
function arguments.
Type | Name | Description |
---|---|---|
XFpga * |
InstancePtr | Pointer to the XFpga structure |
UINTPTR | ReadbackAddr | Address which is used to store the PL readback data. |
u32 | NumFrames | The number of FPGA configuration frames to read. |
Returns
- XFPGA_SUCCESS, if successful
- XFPGA_FAILURE, if unsuccessful
- XFPGA_OPS_NOT_IMPLEMENTED, if implementation not exists.