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 typo trap table #1035

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Conversation

BEforlin
Copy link
Contributor

Small fix on Table 77. NEORV32 Trap Description of the datasheet. TRAP_CODE_S_ACCESS description mentioned errors during loads and vice versa for the TRAP_CODE_L_ACCESS.

Originally:

| `TRAP_CODE_S_ACCESS`     | bus timeout, bus access error or <<_smpmp_isa_extension,PMP>> rule violation during load data operation
| `TRAP_CODE_L_ACCESS`     | bus timeout, bus access error or <<_smpmp_isa_extension,PMP>> rule violation during store data operation

Fix:

| `TRAP_CODE_L_ACCESS`     | bus timeout, bus access error or <<_smpmp_isa_extension,PMP>> rule violation during load data operation
| `TRAP_CODE_S_ACCESS`     | bus timeout, bus access error or <<_smpmp_isa_extension,PMP>> rule violation during store data operation

@stnolting
Copy link
Owner

Thanks for fixing!

@stnolting stnolting added the DOC Improvements or additions to documentation label Sep 27, 2024
@stnolting stnolting merged commit b7bb900 into stnolting:main Sep 27, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DOC Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants