We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A unaligned read from CVA6 to any address should result in an load exception.
Currently, a double word load to CAR_SAFETY_ISLAND_SPM_BASE_ADDR + 1 causes the core to lock up.
CAR_SAFETY_ISLAND_SPM_BASE_ADDR + 1
The text was updated successfully, but these errors were encountered:
@micprog coud you please have a look at this? To assess the claim and fix it, in case.
Test was added to PR #91 (needs a rebase)
Sorry, something went wrong.
@micprog since we were talking about tests; this is maybe something to investigate (also post TO), because it can be a test failure or a HW bug
micprog
bluewww
No branches or pull requests
A unaligned read from CVA6 to any address should result in an load exception.
Currently, a double word load to
CAR_SAFETY_ISLAND_SPM_BASE_ADDR + 1
causes the core to lock up.The text was updated successfully, but these errors were encountered: