...
Name | Type | Description |
clock | string | The argument which specifies how to get a clock specified. A valid clock should be a clock created by command createClock. The valid argument is getClock(clock_name). |
clock_nodemode | string | Specifies that input delay is relative to the falling or rising edge of the clock. It must be "rise"' or "fall". |
minimum_delay | float | Applies value as minimum data arrival time. |
maximum_delay | float | Applies value as maximum data arrival time. |
port_list | string | The argument which specifies how to get a list of input pads. A valid argument can be: getPort(port_name), getPorts(name_expression). |
...