set_max_path_delay (GCF)

Constrains the maximum delay on paths. The calculate timing task will report a note in the timing report file if this delay is not met.

 

set_max_path_delay delay_value

hier_inst_name .inst_port_name

[,hier_inst_name .inst_port_name , … ];

Arguments

<delay_value>

A floating integer for delay in nanoseconds.

 

hier_inst_name

hier_inst_name is the hierarchical path to a cell instance, and inst_port_name is a port name of a cell instance.

 

inst_port_name]

hier_inst_name is the hierarchical path to a cell instance, and inst_port_name is a port name of a cell instance.

Supported Families

 ProASIC

Exceptions

Examples

set_max_path_delay 12.5 "mult4/mult/nand2_2".Y, "mult4/mult/

nand3_1".A,"mult4/mult/nand3_1".Y,"mult4/mult/nor2_2".A;

See Also

Constraint support by family

Constraint entry table

GCF syntax conventions