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.
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 -libmylib-celltop-viewconfig-netlist -rundirtop_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