To build the design run the following commands.
make aieAfter the ADF graph is compiled, run the AI Engine simulator (
aiesimulator) to get additional profile data. This ensures the design is simulating correctly and generates extra profile information for performance analysis and optimizing the kernels.To run the simulator, run the following commands.
make aiesimAfter running emulation a new directory,
aiesimulator_output, is created and inside this directory, there is a file calledaiesim-options.txt.Open the
aiesim-options.txtand you should see content similar to the following.AIE_PKG_DIR=/path/to/<tutorial>/./Work AIE_DUMP_VCD=tutorial AIE_PROFILE=All
Close the text file.
NOTE: To view all the
aiesim_option.txtvalues, see Reusing AI Engine Simulator Options.Run the rest of the build process using the following commands.
make kernels make xsa make host make package