Get_min_pulse_width, Get_min_pulse_width –91 – Altera SDC and TimeQuest API User Manual

Page 101

Advertising
background image

Chapter 2: SDC and TimeQuest API Package and Commands

2–91

sta

© December 2009

Altera Corporation

SDC and TimeQuest API Reference Manual

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