5.34.130.278 Arguments

-name name

Specifies a unique name for the newly create path set.

-parent_set name

Specifies the name of the set to filter.

-clock clock_id

Specifies that the set is to be a subset of the given clock domain. This argument is valid only if you also specify the - type argument.

-type value

Specifies the predefined set type on which to base the new path set. You can only use this argument with the -clock argument, not by itself.

Value

Description

reg_to_reg

Paths between registers in the design

async_to_reg

Paths from asynchronous pins to registers

reg_to_async

Paths from registers to asynchronous pins

external_recovery

The set of paths from inputs to asynchronous pins

external_removal

The set of paths from inputs to asynchronous pins

external_setup

Paths from input ports to registers

external_hold

Paths from input ports to registers

clock_to_out

Paths from registers to output ports

-in_to_out

Specifies that the set is based on the “Input to Output” set, which includes paths that start at input ports and end at output ports.

-source_clock clock_id

Specifies that the set will be a subset of an inter-clock domain set with the given source clock. You can only use this option with the -sink_clock option, not by itself.

-sink_clock clock_id

Specifies that the set will be a subset of an inter-clock domain set with the given sink clock. You can only use this option with the -source_clock option, not by itself.

-source pin_list

Specifies a filter on the source pins of the parent set. If you do not specify a parent set, this option filters all pins in the current design.

-sink pin_list

Specifies a filter on the sink pins of the parent set. If you do not specify a parent set, this option filters all pins in the current design.