cosim_stall - 2020.2 English

Vitis High-Level Synthesis User Guide (UG1399)

Document ID
UG1399
Release Date
2021-03-22
Version
2020.2 English

Description

Command for development of the co-simulation stall file in JSON format.

Syntax

cosim_stall [OPTIONS]

Options

-check <string>
Specify the JSON format stall file to use when running co-simulation.
-generate <string>
Generate a JSON stall file to be used during co-simulation.
-list
List all ports which can apply stall during co-simulation. This option returns a list of ports based on the current design.

Examples

The following example generates the specified stall file, and then specifies the file for use during co-simulation:

cosim_stall -generate my_cosim_stall.json
cosim_stall -check my_cosim_stall.json