Generating ATPG Compatible Verilog Netlists
To generate an ATPG compatible netlist using the SystemVerilog Netlister graphical interface:
- Launch SystemVerilog Netlister.
- Click Browse in the Design group box to specify a design.
-
Click the Open Option Form button in the Settings group box to specify the netlisting options.
The SystemVerilog Netlister Options form appears. - Select the Verilog tab.
- Select Create ATPG compatible netlist.
- Click OK.
- Click the Netlist button in the Actions group box.
The ATPG compatible netlist is generated.
To generate an ATPG compatible netlist using the SystemVerilog Netlister batch mode:
-
Include the following in the
.cdsinitfile.envSetVal("digitalSim.netlisterOpts" "enableVerilogATPG" 'boolean t)
-
Run the following command in the terminal window.
runsv -lib topLib -cell topCell -view config_sv -netlist -rundir runsv_run
The ATPG compatible netlist is generated.
Related Topics
ATPG Compatible Verilog Netlists
Return to top