-
Notifications
You must be signed in to change notification settings - Fork 806
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
[hmac,dv] Move IDLE check from vseq to scb #25735
Conversation
martin-velay
commented
Dec 20, 2024
•
edited
Loading
edited
- this PR should fix this issue [hmac,dv] TB issue hmac_stress_all_with_rand_reset test "is_idle" #24690
- Move the IDLE pin check from the base sequence to the SCB as it makes more sense to perform check there.
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 good to me!
Can this really fix the issues with the stress_all_with_rand_reset test?
It fixes only one of the issues, there are 1-2 other PR to handle some other parts . I ran 100 times this test with all the cherry-picked commits and no issue found. |
- Move the IDLE pin check from the base sequence to the SCB as it makes more sense to perform check there. Signed-off-by: Martin Velay <mvelay@lowrisc.org>
023fe45
to
a6fb29d
Compare
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.
Thanks: this looks much nicer to me.
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.
Totally agreed! Much better in the scoreboard.