cosim_stall
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