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(intr): support non-mmio load-store instructions to trigger interrupts #3938

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sinceforYy
Copy link
Contributor

  • This PR does not merge.

  • For now, we allow non-load-store, non-fence, non-csr instructions to trigger interrupts.

  • For MMIO instructions, they should not trigger interrupts since they may be sent to lower level before it writes back.

  • In order to support non-mmio load-store instructions to trigger interrupt, we allow load-store instruction trigger interrupt, while mmio-load-store instructions will flush pipe.

@sinceforYy sinceforYy added the do not merge Do not merge this pull request label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge Do not merge this pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant