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

Implement vectored interrupt mode in mtvec #745

Closed
piotro888 opened this issue Nov 4, 2024 · 0 comments · Fixed by #755
Closed

Implement vectored interrupt mode in mtvec #745

piotro888 opened this issue Nov 4, 2024 · 0 comments · Fixed by #755
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers nice to have Could be useful, but not a top priority

Comments

@piotro888
Copy link
Member

Defined in 3.1.7. Machine Trap-Vector Base-Address Register

Currently only direct mode is supported, where all traps set pc to mtvec value.
Vectored mode uses different pc offsets for trap cause codes

This is an optional feature.

@piotro888 piotro888 added enhancement New feature or request nice to have Could be useful, but not a top priority labels Nov 4, 2024
@piotro888 piotro888 added this to the Implement machine mode ISA milestone Nov 4, 2024
@piotro888 piotro888 added the good first issue Good for newcomers label Nov 4, 2024
@piotro888 piotro888 linked a pull request Nov 19, 2024 that will close this issue
@tilk tilk closed this as completed in #755 Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers nice to have Could be useful, but not a top priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants