delete_netlist (::quartus::flow)

The following table displays information for the delete_netlist Tcl command:

Tcl Package and Version

Belongs to ::quartus::flow 1.1

Syntax delete_netlist [-h | -help] [-long_help] -type <netlist type>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-type <netlist type> Netlist type: Post-Merge|Post-Fit
Description
Deletes the specified flattened netlist for the currently
opened project.
Example Usage
This command currently contains no example usage.
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Only values of Post-Map or Post-Merge or Post-Fit are supported for netlist-type
TCL_ERROR 1 ERROR: No project is currently open. Open an existing project or create a new project.