![]() |
xilfpga
Vitis Drivers API Documentation
|
Functions | |
| u32 | XFpga_GetPlConfigData (XFpga *InstancePtr, UINTPTR ReadbackAddr, u32 NumFrames) |
| This function provides functionality to read back the PL configuration data. More... | |
| u32 | XFpga_GetPlConfigReg (XFpga *InstancePtr, UINTPTR ReadbackAddr, u32 ConfigRegAddr) |
| This function provides PL specific configuration register values. More... | |
| u32 | XFpga_InterfaceStatus (XFpga *InstancePtr) |
| This function provides the status of the PL programming interface. More... | |
| u32 XFpga_GetPlConfigData | ( | XFpga * | InstancePtr, |
| UINTPTR | ReadbackAddr, | ||
| u32 | NumFrames | ||
| ) |
This function provides functionality to read back the PL configuration data.
| InstancePtr | Pointer to the XFpga structure |
| ReadbackAddr | Address which is used to store the PL readback data. |
| NumFrames | The number of FPGA configuration frames to read. |
References XFpgatag::ReadInfo, and XFpgatag::XFpga_GetConfigData.
| u32 XFpga_GetPlConfigReg | ( | XFpga * | InstancePtr, |
| UINTPTR | ReadbackAddr, | ||
| u32 | ConfigRegAddr | ||
| ) |
This function provides PL specific configuration register values.
| InstancePtr | Pointer to the XFpga structure |
| ReadbackAddr | Address which is used to store the PL Configuration register data. |
| ConfigRegAddr | Configuration register address as mentioned in the UG570. |
References XFpgatag::ReadInfo, and XFpgatag::XFpga_GetConfigReg.
| u32 XFpga_InterfaceStatus | ( | XFpga * | InstancePtr | ) |
This function provides the status of the PL programming interface.
| InstancePtr | Pointer to the XFpga structure |
References XFpgatag::XFpga_GetInterfaceStatus.