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

Page 563: Description, Example, Report_ddr –433

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–433

sta

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

report_ddr

Usage

report_ddr [-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

This command generates custom timing reports for DDR instantiations using the ALTMEMPHY
megafunction.

Example

project_new test
create_timing_netlist
read_sdc
update_timing_netlist

report_ddr -panel "Report DDR"

delete_timing_netlist
project_close

Advertising