Previous

DelayGreaterThan

The DelayGreaterThan command specifies a minimum delay in nanoseconds. This command only supports analysis of CPLD designs. The Timing Analyzer reports only those paths that have a delay greater than or equal to the specified value. By default, delay_value is 0, which reports all paths regardless of their delay.

This command is equivalent to the Report Delays Greater Than field in the Report Options dialog box, which is activated by the Options Report Options menu command.

Syntax

The syntax of the DelayGreaterThan command is the following.

DelayGreaterThan delay_value

Delay_value is the minimum delay in nanoseconds.

Abbreviation

Abbreviate the DelayGreaterThan command syntax as follows.

dg delay_value

Example

Following is an example of the DelayGreaterThan command.

delaygreaterthan 30

Next