-through Option
The set_bus_skew, set_false_path, set_max_delay,
set_min_delay, and set_multicycle_path commands
have a -through option; These use cases are supported:
set_false_path -through [get_pins <pin name1>]
set_false_path -through [get_pins {add*|CI}]
set_false_path -through [get_pins <pin name1>] -through [get_pin <pin name2]]
set_false_path -through [get_cells {add*}]
set_false_path -through [get_cells <cell name1>] -through [get_cells <cell name2>]
However, the -through option cannot be used with multiple
get_* commands (i.e., get_pins,
get_cells, get_nets). Cases like the following are
not supported:
set_false_path -through [[get_pins <pin name1>] [get_pin <pin name2]]