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

Page 193: Description, Example, Get_stack –63

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–63

chip_planner

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

get_stack

Usage

get_stack [-line <line>] [-signalprobe] [-size] [-top_only]

Options

-line <line>: Option to print a command in a comma-separated format

-signalprobe: Option to return a list of SignalProbe 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

get_stack -size
get_stack -line 4

Advertising