unload_rtl_netlist (::quartus::rtl)

The following table displays information for the unload_rtl_netlist Tcl command:

Tcl Package and Version

Belongs to ::quartus::rtl 1.0

Syntax unload_rtl_netlist [-h | -help] [-long_help]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
Description
Unloads the netlist created by load_rtl_netlist
Example Usage
# unloads the netlist from memory
unload_rtl_netlist
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Can't read compiler database. Run the Analysis and Synthesis (quartus_map) successfully before using this command.
TCL_ERROR 1 ERROR: You must open a project before you can use this command.
TCL_ERROR 1 ERROR: sgate netlist does not exist. Use load_rtl_netlist to create the sgate netlist.