Step 4: Create application base on the platform - 2023.2 English

Vitis Tutorials: Vitis Platform Creation (XD101)

Document ID
XD101
Release Date
2023-12-26
Version
2023.2 English

Please refer to Versal platform creation tutorial-Step3 to create an application based on the platform created in step3. In this application we should do the following:

  1. Access the kernel registers from PS side to determine whether the kernel is accessible, and thus indirectly determine whether AXI mater interface is working or not.

  2. Kernel accesses the memory to determine whether the memory is accessible or not from kernel side, and thus indirectly determine whether AXI slave interface for memory is working or not.

  3. Kernel triggers interrupt to PS and PS try to capture the interrupt to determine whether the interrupt connection is correct or not, and thus indirectly determine whether the interrupt is working or not.

One reference design example is provided in the ref_files directory for your reference. Next we will demonstrate how to use the examples provided in ref_files directory to do validation.