Migrating SystemVerilog Integration Designs to SystemVerilog Designs
Convert commands used in the Virtuoso Verilog Environment for SystemVerilog Integration Environment (SI) to a format supported by SystemVerilog Netlister by using the si2runsv utility.
You run
si [run directory] [-batch [-command commandName]]
si dir1 -batch -command netlist
Alternatively, SystemVerilog Netlister uses the following command:
runsv -lib lib -cell cell -view configView -netlist -state stateName
To convert a SystemVerilog Integration environment command to a SystemVerilog Netlister command:
-
Run the following command to generate a script file:
This command generates asi2runsvrunsv_xxxfilescript file. -
Run the following command to run SystemVerilog Netlister using this script file:
si2runsv dir1 -batch -command netlist
To view the various options available with the si2runsv utility, type the following command in the terminal window.
si2runsv -help
Related Topics
Introduction to Virtuoso SystemVerilog Netlister
SystemVerilog Netlister Batch Mode
Return to top