Report_timing, Report_timing –148 – Altera SDC and TimeQuest API User Manual

Page 158

Advertising
background image

2–148

Chapter 2: SDC and TimeQuest API Package and Commands

sta

SDC and TimeQuest API Reference Manual

© December 2009

Altera Corporation

report_timing

Usage

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

Options

-append: If output is sent to a file, this option appends the result to that file.
Otherwise, the file will be overwritten

-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

-file <name>: Sends the results to an ASCII or HTML file. Depending on the extension

-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.

-panel_name <name>: Sends the results to the panel and specifies the name of the new
panel

-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

-stdout: Send output to stdout, via messages. You only need to use this option if you
have selected another output format, such as a file, and would also like to receive
messages.

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

Advertising