x86 Simulation and Functional Validation - 2024.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2024-12-06
Version
2024.2 English

The steps for building and verifying the project are the same as those for the second part of the tutorial.

  1. Build the x86 simulation for the graph by clicking “Build” under the “X86 SIMULATION” tab on the “FLOW” menu located on the bottom left corner of the GUI.

  2. Make sure that all the required verification text files are under the ./src/verif_i_128 folder, and run the simulation by clicking “Run”, under the same tab of the previous step.

  3. Copy the graph’s outputs text files in the Output/x86sim/x86simulator_output/verif_o_128 folder and paste them into the support\verification\v_outputs folder to make sure that the verification Python script works on the new output data.

  4. Run the Python verification script while being located into the support/verification directory with the following command python -i ./Basic_verification and make sure that the results are correct.