check_netlist_and_save (::quartus::chip_planner)

The following table displays information for the check_netlist_and_save Tcl command:

Tcl Package and Version

Belongs to ::quartus::chip_planner 2.0

Syntax check_netlist_and_save [-h | -help] [-long_help]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
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 Usage
check_netlist_and_save
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Chip Planner (::quartus::chip_planner) is not available from the Quartus Prime Tcl Console. Run the quartus_cdb executable with commands from the ::quartus::chip_planner package from a system command prompt.
TCL_ERROR 1 ERROR: Unable to find Chip Planner netlist. Read the netlist by using the read_netlist command.