set_register_to_output_delay (GCF)

Defines the timing budget for outgoing signals to be clocked out.

 

set_register_to_output_delay <delay> -to out_port;

Arguments

<delay>

The timing budget for this output path. You can use wildcards.

 

[-to out_port]

Must be an output port of the design. You can use wildcards.

Supported Families

 ProASIC

Exceptions

Examples

The following statement specifies the timing budget for clocking out signals on output ports starting with “O” is 22 nanoseconds.

 

set_register_to_output_delay 22 -to O*;

See Also

Constraint support by family

Constraint entry table

GCF syntax conventions