| Commands | Expected Output | Log file | Vitis Analyzer Supported File |
|---|---|---|---|
| v++ --compile --mode aie --target=x86sim | Work directory to functionaly simulate the AIE kernel | ./AIECompiler.log | ./Work/graph.aiecompile_summary |
| x86simulator --pkg-dir= Work | Use the --target=x86sim generated Work directory to run the functional simulation | ./x86simulator.log | x86simulator_output/x86sim.aierun_summary |
| v++ --compile --mode aie --target=hw | Work directory to target the AI Engine on hardware and also to run cycle approximate simulation of the AIE kernel | ./AIECompiler.log | ./Work/graph.aiecompile_summary |
| aiesimulator --profile --pkg-dir Work | Use the --target=hw generated Work directory to run cycle approximate simulation | ./AIESimulator.log | ./aiesimulator_output/default.aierun_summary |
Next Chapter: Prepare HLS kernels
Copyright © 2020–2025 Advanced Micro Devices, Inc.