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

Page 530: Description, Get_min_pulse_width –400

Advertising
background image

3–400

Chapter 3: Tcl Packages & Commands

sta

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

get_min_pulse_width

Usage

get_min_pulse_width [-nworst <number>] <targets>

Options

-nworst <number>: Specifies the number of pulse width checks to report (default=1)

<targets>: Registers or ports

Description

This command returns a Tcl list which contains the minimum pulse width report. Its format is as follows:

{
{ <slack>,
<actual width>,
<required width>,
<pulse>,

<clock>,
<clock edge>,
<target>

}
}

Refer to help for the report_min_pulse_width command for help on the -nworst and -targets options.

Advertising