Example – Altera Quartus II Scripting User Manual

Page 585

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–455

sta

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

The "Type" column in the report uses a symbol to indicate what type of delay occurs at that point in the
path.

Possible "Type" values are:

Example

project_open my_project
create_timing_netlist
read_sdc
update_timing_netlist

# show worst 10 paths for each earliest and latest arrival results
report_skew -from [get_ports input[*]] -to [get_registers *] -panel_name \
"Report Skew" -npaths 10 -greater_than_skew 0.100 -detail full_path

delete_timing_netlist
project_close

RR

Rising input, rising output

RF

Rising input, falling output

FR

Falling input, rising output

FF

Falling input, falling output

Value

Description

CELL

Cell delay

COMP

PLL clock network compensation delay

IC

Interconnect delay

iExt

External input delay

LOOP

Lumped combinational loop delay

oExt

External output delay

RE

Routing element (only for paths generated with the
-show_routing option)

uTco

Register micro-Tco time

uTsu

Register micro-Tsu time

uTh

Register micro-Th time

Value

Description

Advertising