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

Page 548: Description, Get_timing_paths –418

Advertising
background image

3–418

Chapter 3: Tcl Packages & Commands

sta

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

get_timing_paths

Usage

get_timing_paths [-detail <SUMMARY|PATH_ONLY|PATH_AND_CLOCK|FULL_PATH>]
[-fall_from_clock <names>] [-fall_to_clock <names>] [-false_path] [-from <names>]
[-from_clock <names>] [-hold] [-less_than_slack <slack limit>] [-npaths <number>]
[-nworst <number>] [-pairs_only] [-recovery] [-removal] [-rise_from_clock <names>]
[-rise_to_clock <names>] [-setup] [-show_routing] [-through <names>] [-to <names>]
[-to_clock <names>]

Options

-detail <SUMMARY|PATH_ONLY|PATH_AND_CLOCK|FULL_PATH>: Option to determine how much
detail should be shown in the path report

-fall_from_clock <names>: Valid source clocks (string patterns are matched using Tcl
string matching)

-fall_to_clock <names>: Valid destination clocks (string patterns are matched using Tcl
string matching)

-false_path: Report only paths that are cut by a false path assignment

-from <names>: Valid sources (string patterns are matched using Tcl string matching)

-from_clock <names>: Valid source clocks (string patterns are matched using Tcl string
matching)

-hold: Option to report clock hold paths

-less_than_slack <slack limit>: Limit the paths reported to those with slack values
less than the specified limit.

-npaths <number>: Specifies the number of paths to report (default=1, or the same value
as nworst, if nworst is specified)

-nworst <number>: Specifies the maximum number of paths to report for each endpoint. If
unspecified, there is no limit. If nworst is specified, but npaths is not, npaths
defaults to the same value as nworst

-pairs_only: When set, paths with the same start and end points are considered
equivalent. Only the worst case path for each unique combination is displayed.

-recovery: Option to report recovery paths

-removal: Option to report removal paths

-rise_from_clock <names>: Valid source clocks (string patterns are matched using Tcl
string matching)

-rise_to_clock <names>: Valid destination clocks (string patterns are matched using Tcl
string matching)

-setup: Option to report clock setup paths

-show_routing: Option to display detailed routing in the path

-through <names>: Valid through nodes (string patterns are matched using Tcl string
matching)

-to <names>: Valid destinations (string patterns are matched using Tcl string matching)

-to_clock <names>: Valid destination clocks (string patterns are matched using Tcl
string matching)

Description

Get a collection of path objects for the worst-case paths.

Advertising