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

Page 564: Report_exceptions –434

Advertising
background image

3–434

Chapter 3: Tcl Packages & Commands

sta

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

report_exceptions

Usage

report_exceptions [-append] [-detail
<SUMMARY|PATH_SUMMARY|PATH_ONLY|PATH_AND_CLOCK|FULL_PATH>] [-fall_from_clock <names>]
[-fall_to_clock <names>] [-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] [-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_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)

-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

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

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

Advertising