-
Notifications
You must be signed in to change notification settings - Fork 751
gui: new tcl command for worst path image #9127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
gui: new tcl command for worst path image #9127
Conversation
Signed-off-by: Augusto Berndt <[email protected]>
Signed-off-by: Augusto Berndt <[email protected]>
Signed-off-by: Augusto Berndt <[email protected]>
Signed-off-by: Augusto Berndt <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request introduces a new Tcl command gui::show_worst_path to highlight the worst timing path in the GUI. The implementation is mostly correct and follows the existing structure of the GUI code. However, I've found one critical bug in the implementation that needs to be addressed.
|
clang-tidy review says "All clean, LGTM! 👍" |
check for invalid objects, rename function, remove unecessary selectedCaptureRowChanged() Signed-off-by: Augusto Berndt <[email protected]>
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
|
clang-tidy review says "All clean, LGTM! 👍" |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
@gudeh it occurred to me that it might be useful to have a way to hide the timing path from TCL as well. Otherwise this command becomes a one-way thing in the scripts |
| gui->saveHistogramImage(filename, mode, width_px, height_px); | ||
| } | ||
|
|
||
| void show_worst_path(bool setup = true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add to the docs
Signed-off-by: Augusto Berndt <[email protected]>
I included a
|
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
|
clang-tidy review says "All clean, LGTM! 👍" |


Allows for automatically generating the worst path image at the final report from ORFS.
gui::show_worst_path