Product Documentation
Virtuoso SystemVerilog Netlister User Guide
Product Version IC23.1, August 2023

runsv

Use the runsv command with the following options:

runsv 
[-help | -version | -W] 
| runsv 
-lib <libName> 
-cell <cellName> 
-view <viewName> 
action_options 
[setup_options] 
[netlisting_options] 
[simulation_options]

The following table describes the various options that can be used with the runsv command.

Option Description

-help

Displays the tool help.

-version

Prints the program version.

-W

Prints the program sub-version.

-usage

Displays the syntactical usage to indicate how the tool works under various conditions.

-nocdsinit

Skips reading the .cdsinit file and uses the SKILL search path.

-lib <libName>

Specifies the library name of the configuration.

-cell <cellName>

Specifies the cell name of the configuration.

-view <viewName>

Specifies the view name of the configuration.

Action Options

-netlist [ skip | incremental | all ]

Runs the netlister in the specified mode.

Default: incremental.

-log <logFileName>

Writes the output log messages to <logFileName>

Default: ./runsv.log.

-rundir <runDir>

Specifies the run directory path to use. Netlisting takes place in <runDir>/netlist.

-cdsenv <filePath>

Specifies the .cdsenv file to use.

Example

To generate the netlist using the configuration mylib.top:config with the settings specified in the .cdsenv file, use the following batch mode command:

runsv -lib mylib -cell top -view config -netlist -rundir top_run1 -cdsenv .cdsenv
By default, environment variables specified in file paths are expanded in the runSimulation file which is created by the runsv command. If you want the runSimulation file to be portable, enclose the file paths with the ' character so that the environment variables in the file paths are not expanded in the runSimulation file. The relative paths specified using the ~ or . characters are resolved with respect to the directory from which you run the runsv command.

Related Topics

SystemVerilog Netlister Batch Mode


Return to top
 ⠀
X