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

Request: Configurable priority between misaligned accesses and general access traps #192

Open
billmcspadden-riscv opened this issue Nov 11, 2022 · 0 comments
Labels
configuration Additional configuration settings needed for the model

Comments

@billmcspadden-riscv
Copy link
Collaborator

Reference: Priv Spec., Table 3.7 "Synchronous exception priority in decreasing priority order."

The priority of a "load/store/AMO address misaligned" exception can be made optionally
higher or lower than other memory access exceptions. The model needs to be made
configurable to handle this option.

This option will need to be added to the RISCV-Config structure.

The solution to this problem should use the "new" YAML configuration methods that have been introduced to the
model (see PR #175).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
configuration Additional configuration settings needed for the model
Projects
None yet
Development

No branches or pull requests

2 participants