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.