When C/RTL Cosimulation completes, the
sim
folder is created inside the solution folder. This folder
contains the following elements: - The sim/report folder contains the report and log file for each type of RTL simulated.
- A verification folder named
sim/verilog
orvhdl
is created for each RTL language that is verified.- The RTL files used for simulation are stored in the
verilog
orvhdl
folder. - The RTL simulation is executed in the verification folder.
- Any outputs, such as trace files and waveform files, are written to
the
verilog
orvhdl
folder.
- The RTL files used for simulation are stored in the
- Additional folders
sim/autowrap
,tv
,wrap
andwrap_pc
are work folders used by Vitis HLS. There are no user files in these folders.
Tip: If the Setup Only option was selected in the C/RTL Co-Simulation dialog box, an
executable is created in the verification folder but the simulation is not run. The simulation
can be manually run by executing the simulation .exe at the command
prompt.