get_stack (::quartus::chip_planner)

The following table displays information for the get_stack Tcl command:

Tcl Package and Version

Belongs to ::quartus::chip_planner 2.0

Syntax get_stack [-h | -help] [-long_help] [-line <line> ] [-signalprobe] [-size] [-top_only]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-line <line> Option to print a command in a comma-separated format
-signalprobe Option to return a list of Signal Probe commands
-size Option to return the number of top level commands
-top_only Option to print the top level command only. Use with the -line option
Description
Returns specified information from the command stack.
Example Usage
get_stack -size
get_stack -line 4
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Conflicting arguments. Consult help for the Tcl command for details.
TCL_ERROR 1 ERROR: Illegal <string> value: <string>. Specify a legal value.
TCL_ERROR 1 ERROR: Unable to find Chip Planner netlist. Read the netlist by using the read_netlist command.