Skip to content
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

[dv] Implement spurious memory response test #2175

Closed
GregAC opened this issue Jun 7, 2024 · 2 comments
Closed

[dv] Implement spurious memory response test #2175

GregAC opened this issue Jun 7, 2024 · 2 comments

Comments

@GregAC
Copy link
Collaborator

GregAC commented Jun 7, 2024

Secure Ibex configs explicitly check that responses received from memory are expected and ignores them if they are not.

Write a test that random injects spurious memory responses. This will be implemented similarly to the existing riscv_mem_error_test/riscv_mem_intg_error_test tests but will require new memory agent functionality to generate the spurious responses.

No new checkers are required, if the functionality is working correctly the spurious responses will have no effect and execution will continue as normal.

@GregAC
Copy link
Collaborator Author

GregAC commented Jul 2, 2024

PR here: #2185

@vogelpi
Copy link
Contributor

vogelpi commented Jul 5, 2024

I am closing this issue as the PR implementing this test has been merged.

@vogelpi vogelpi closed this as completed Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants