Replies: 2 comments 1 reply
-
From the docs for find_timing_paths https://github.com/The-OpenROAD-Project/OpenSTA/blob/master/doc/OpenSTA.pdf
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you very much for prompt response. This works fantastically. I wrote a small TCL function to nicely print complete timing path with the arrival time. Maybe, it will be helpful to someone.
|
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
-
I am interested to find out my worst timing path. I can run following command to get path objects, but how do I get full report like start point, logic gates in between and end point.
openroad> find_timing_paths -from * -to * -group_count 10 -sort_by_slack
_d02fb74000000000_p_PathEnd _1005b54000000000_p_PathEnd _1040b44000000000_p_PathEnd _1006b54000000000_p_PathEnd _3071b64000000000_p_PathEnd _b0bfb54000000000_p_PathEnd _d0173d3f00000000_p_PathEnd _20cdb54000000000_p_PathEnd _9091bc4000000000_p_PathEnd _003db64000000000_p_PathEnd
Beta Was this translation helpful? Give feedback.
All reactions