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

Page 586: Description, Example, Report_tccs –456

Advertising
background image

3–456

Chapter 3: Tcl Packages & Commands

sta

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

report_tccs

Usage

report_tccs [-append] [-file <name>] [-panel_name <name>] [-stdout]

Options

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

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

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

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

Description

Reports TCCS for dedicated LVDS transmitters.

In designs that implement the LVDS I/O standard, transmitter channel-to-channel skew (TCCS) is the
timing difference between the fastest and slowest output transitions, including tco variations and clock
skew.

Example

project_open top
create_timing_netlist
read_sdc
update_timing_netlist

# Show lvds information
report_tccs

Advertising