Script Analysis - 2022.2 English

Vitis Tutorials: AI Engine (XD100)

Document ID
XD100
Release Date
2022-12-01
Version
2022.2 English

The general overview of what the script does as follows:

  1. Read in two input files (mm2s.txt, polar_clip_out.txt).

  2. Convert the data from the input files into byte arrays.

  3. Transmit the byte arrays using AXI transactions from the XTLM Python package.

  4. Read the data from AXI transactions and convert it to numpy arrays for plotting.

  5. Save output data and plot the input/output data to see the data transformation.

The script contains a class ExternalTraffic that contains functions that communicate with the XTLM utilities objects.