...
In order to match with all registers, it is possible to specify empty string ('') for parameters from_list or to_list.
-from
and -to
options apply the constraint to both the rising and falling edges
setFalsePath(source = ‘source', target = 'target’)
...
In order to match with all registers, source or target can be set to empty.
-from
and -to
options apply the constraint to both the rising and falling edges
setInputDelay(clock, clock_mode, minimum_delay, maximum_delay, port_list)
...