-
Notifications
You must be signed in to change notification settings - Fork 779
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] FIFO empty interrupt and test mode pins #23749
Conversation
martin-velay
commented
Jun 20, 2024
- Verify FIFO empty interrupt register to tackle issue [hmac] Verify FIFO empty status interrupt #21815
- Add checks on interrupt pins when test mode is triggered via the dedicated register INTR_TEST
b077560
to
b1002e0
Compare
55e2027
to
44048e9
Compare
Hi @martin-velay! Would you mind rebasing this over recently merged changes? |
- Verify FIFO empty interrupt register to tackle issue lowRISC#21815 - Add checks on interrupt pins when test mode is triggered via the dedicated register INTR_TEST Signed-off-by: Martin Velay <[email protected]>
- moving reset handler in a common location - add function/task/class names when ending it to improve readability Signed-off-by: Martin Velay <[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.
LGTM, when rebasing, would mind correcting the commit messages? One commit contains two sign-off lines.
Sorry, I jumped the gun! It turns out that the rebasing wasn't too hard. Happy for either of us to merge, but maybe it makes sense to wait long enough to check that I didn't accidentally break the compile. |
Thanks @rswarbrick . The DV checks passed already. What's left are the FPGA tests which are not affected by this. I am thus merging the PR now. |
All vseqs based on `hmac_base_vseq` enable the FIFO empty status interrupt, and the scoreboard checks this interrupt (since lowRISC#23749), so this testpoint gets covered by all tests based on `hmac_base_vseq`. Signed-off-by: Andreas Kurth <[email protected]>
All vseqs based on `hmac_base_vseq` enable the FIFO empty status interrupt, and the scoreboard checks this interrupt (since lowRISC#23749), so this testpoint gets covered by all tests based on `hmac_base_vseq`. Signed-off-by: Andreas Kurth <[email protected]>
All vseqs based on `hmac_base_vseq` enable the FIFO empty status interrupt, and the scoreboard checks this interrupt (since #23749), so this testpoint gets covered by all tests based on `hmac_base_vseq`. Signed-off-by: Andreas Kurth <[email protected]>