Check_netlist_and_save, Usage, Options – Altera Quartus II Scripting User Manual

Page 169: Description, Example, Check_netlist_and_save –39

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–39

chip_planner

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

check_netlist_and_save

Usage

check_netlist_and_save

Options

None

Description

Checks that the netlist is legal and writes the netlist to disk.

If you make netlist connectivity changes, this command performs ECO fitting.

Returns 1, if the netlist is legal, and saves the netlist to disk. Returns 0, if the netlist is illegal, and restores
the current netlist to the last legal netlist.

Example

check_netlist_and_save

Advertising