Altera Quartus II Scripting User Manual

Page 613

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–483

timing

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

report_timing -clock_setup -clock_filter $name -npaths 200 -table \
"Max Clock Setup: $name"
report_timing -clock_hold -clock_filter $name -npaths 200 -table "Max \
Clock Hold: $name"
}
report_timing -tsu -npaths 200 -table "Max Tsu"
report_timing -th -npaths 200 -table "Max Th"
report_timing -tco -npaths 200 -table "Max Tco"

# Save changes again, delete netlist, unload report and close project
save_report_database
delete_timing_netlist
unload_report
project_close

Advertising