set_false_path Constraint
set_false_path [-setup] [-hold] -from <start point> -through <names> -to <end point>
This command cuts paths unidirectionally:
- between clock domains
- from start or end points
-setupis the false path for setup analysis-holdis the false path for hold analysis-tothe clock domain destination, I/O, or register end point-fromthe clock domain source, I/O, or register start point-throughpins, cells or nets (see -through Option for supported use cases)- <start point> is the the clock domain source, I/O, or register start point
- <end point> is the clock domain destination, I/O, or register end point
- <names> is a clock domain source/destination, I/O, or register start/end point
Note: Use the set_clock_groups
constraint if both directions are false paths.
See Setting Constraints for Unrelated Clocks for examples.