si2runsv
The si2runsv utility can be used with the following options:
si2runsv
[run directory]
[-batch [-command commandName]]
[-cdslib path]
The following table describes the various options that can be used with the si2runsv command.
|
Option
|
Description
|
|
-help | -h
|
Displays the si2runsv help.
|
|
-V | -version
|
Prints the utility version.
|
|
-W
|
Prints the program sub-version.
|
|
<run directory>
|
Specifies the name of the run directory. Ensure that the run directory includes the si.env file with the necessary configurations.
|
|
-batch
|
Specifies the batch simulation mode.
|
|
-command <commandName>
|
|
|
Specifies the command to generate a netlist or simulate a design. This option can only be specified with the -batch option.
You typically use the following option with -command for SystemVerilog designs:
-command netlist
This instructs the simulation system to netlist the design.
|
|
-cdslib path
|
Specifies the path where the .cdslib file is located.
|
Related Topics
SystemVerilog Netlister Batch Mode
Migrating SystemVerilog Integration Designs to SystemVerilog Designs
Return to top