Altera Quartus II Scripting User Manual

Page 575

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–445

sta

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

# Report minimum pulse width checks for the register test_reg[*]
report_min_pulse_width test_reg[*]

# Output the previous results to a report panel and a file.
report_min_pulse_width -panel_name "Min Pulse (test_reg)" test_reg[*]

# Output the previous results to a file.
report_min_pulse_width -file min_pulse_test_reg.txt test_reg[*]

Advertising