set_input_delay (::quartus::sdc)
The following table displays information for the set_input_delay Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::sdc 1.5 |
|||
| Syntax |
set_input_delay [-h | -help] [-long_help]
[-add_delay]
[-blackbox]
-clock
<name>
[-clock_fall]
[-fall]
[-max]
[-min]
[-reference_pin
<name>
]
[-rise]
[-source_latency_included]
<delay>
<targets>
|
|||
| Arguments |
-h | -help
|
Short help | ||
-long_help
|
Long help with examples and possible return values | |||
-add_delay
|
Create additional delay constraint instead of overriding previous constraints | |||
-blackbox
|
Create an assignment for a partition boundary port causing it to be treated as a port | |||
-clock
<name>
|
Clock name | |||
-clock_fall
|
Specifies that input delay is relative to the falling edge of the clock | |||
-fall
|
Specifies the falling input delay at the port | |||
-max
|
Applies value as maximum data arrival time | |||
-min
|
Applies value as minimum data arrival time | |||
-reference_pin
<name>
|
Specifies a port in the design to which the input delay is relative | |||
-rise
|
Specifies the rising input delay at the port | |||
-source_latency_included
|
Specifies that input delay includes added source latency | |||
| <delay> | Time value | |||
| <targets> | List of input port type objects | |||
| Description |
|
|||
| Example Usage |
|
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||
| TCL_ERROR | 1 | ERROR: Incorrect collection type. Expected a collection of type <string>. | ||
| TCL_ERROR | 1 | ERROR: Options -<string> and -<string> are mutually exclusive. Specify only one of the two options. | ||
| TCL_ERROR | 1 | ERROR: Timing netlist does not exist. Use create_timing_netlist to create a timing netlist. | ||
| TCL_ERROR | 1 | ERROR: The -blackbox option is only supported in TimeQuest Pro. | ||