xilfpga
Vitis Drivers API Documentation
xfpga_readback_example.c File Reference

Overview

This example prints out the fpga configuration data.

This example assumes that there is a UART Device or STDIO Device in the hardware system.

Note
None.

MODIFICATION HISTORY:

  Ver   Who  Date     Changes


4.2 adk 07/11/18 First Release 4.2 Nava 08/16/18 Modified the PL data handling Logic to support different PL programming interfaces. 5.0 Nava 02/06/19 Updated the example to sync with 5.0 version API's 5.0 rama 04/03/19 Fixed IAR compiler warning 5.2 Nava 12/18/19 Fix for security violation in the readback path. 5.2 Nava 02/14/20 Removed unwanted header file inclusion. 5.3 Nava 06/16/20 Modified the date format from dd/mm to mm/dd. *

Functions

int main (void)
 Main function to call the XFpga Read example. More...
 

Function Documentation

int main ( void  )

Main function to call the XFpga Read example.

This example performs the read back of PL configuration data frames.

Parameters
None.
Returns
  • XST_SUCCESS if successful
  • XST_FAILURE if unsuccessful
Note
: This example supports only Zynq UltraScale+ MPSoC platform.

References XFpga_Initialize().