In the Vitis Unified IDE, the hierarchy of the HLS component is <workspace>/<component>/<component>/hls/. Select HLS component in the Vitis Component Explorer and select Open In Terminal from the right-click menu.
When C/RTL Cosimulation completes, go to the sim folder in the solution folder. This folder contains the following
elements.
- A verification folder
sim/verilogorvhdlfor each verified RTL language.- The RTL files for simulation are in the
verilogorvhdlfolder. - The RTL simulation executes in the verification folder.
- Any outputs, such as trace files and waveform files, writes to the
verilogorvhdlfolder.
- The RTL files for simulation are in the
- The sim/report folder contains the report and log file for each type of RTL simulated.
- Additional folders
sim/autowrap, andtv,wrapandwrap_pcare work folders used by the HLS compiler. There are no user files in these folders.
Tip: If you select
cosim.setup in the config file, Vitis creates an
executable in the sim/<hdl> folder. You can then
manually run the executable by running the simulation .sh
or .exe in a terminal.