Output of C Simulation - 2021.1 English

Vitis High-Level Synthesis User Guide (UG1399)

Document ID
UG1399
Release Date
2021-06-16
Version
2021.1 English
When C simulation completes, a csim folder is created inside the solution folder. This folder contains the following elements:
  • csim/build: The primary location for all files related to the C simulation
    • Any files read by the test bench are copied to this folder.
    • The C executable file csim.exe is created and run in this folder.
    • Any files written by the test bench are created in this folder.
    • csim/obj: Contains object files (.o) for the compiled source code, and make dependency files (.d) for the source code build.
  • csim/report: Contains a log file of the C simulation build and run.