You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: