-
Notifications
You must be signed in to change notification settings - Fork 602
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
rsz: modify default verbose behavior of repair design and repair timing #6732
rsz: modify default verbose behavior of repair design and repair timing #6732
Conversation
always print first and last iteration, only print middle ones when verbose is active Signed-off-by: Augusto Berndt <[email protected]>
Signed-off-by: Augusto Berndt <[email protected]>
Signed-off-by: Augusto Berndt <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
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.
This looks fine. Thanks.
Some tests need fixing |
Signed-off-by: Augusto Berndt <[email protected]>
Head branch was pushed to by a user without write access
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: Augusto Berndt <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
In ORFS, we opted to keep the default verbosity of RSZ repair design and repair timing to true (as in flow/scripts/util.tcl). However, if an ORFS user sets the verbosity to false, they will now see messages for the first and last iterations. |
always print first and last iteration, only print middle ones when verbose is active