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

fix trap priority #784

Merged
merged 6 commits into from
Jan 31, 2024
Merged

fix trap priority #784

merged 6 commits into from
Jan 31, 2024

Conversation

stnolting
Copy link
Owner

According to the RISC-V priv. spec. "instruction access fault" has higher priority than "instruction address misaligned":

grafik

However, this is not a real bug fix since those two exceptions cannot occur at the same time.

@stnolting stnolting added the risc-v compliance Modification to comply with official RISC-V specs. label Jan 31, 2024
@stnolting stnolting self-assigned this Jan 31, 2024
no info output if UART0 not implemented
@stnolting stnolting marked this pull request as ready for review January 31, 2024 21:11
@stnolting stnolting merged commit 2162a10 into main Jan 31, 2024
8 checks passed
@stnolting stnolting deleted the dev310124 branch January 31, 2024 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
risc-v compliance Modification to comply with official RISC-V specs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant