Different number of hold violations reported by sta::endpoint_violation_count and report_timing_paths #7453
alexroach-rl
started this conversation in
General
Replies: 2 comments 3 replies
-
|
Can you provide a test case? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
I did a bit more playing with the report_checks command. Could the report_checks command be only reporting a single path to each endpoint by default, whereas the endpoint_violation_count function returns the number of all violating paths to each endpoint? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
When I try to report the number of hold violations using "sta::endpoint_violation_count min", I get around 50 reported. However, when I try to display the violating paths using "report_timing_paths -path_delay min -slack_max 0", only 2 paths are reported. I am guessing that 50 is the true number and the report_timing_paths command is only reporting a subset of the violating paths. If so, is there any way to report all of the violating paths? I am running these commands in the TCL console after running "make gui_final", if that makes a difference.
Beta Was this translation helpful? Give feedback.
All reactions