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

Recommend debug ROM is not cached. #866

Merged
merged 1 commit into from
Sep 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions implementations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ \section{Execution Based} \label{execution_based}
to the selected harts. This interrupt causes each
hart to enter Debug Mode and jump to a defined
memory region that is serviced by the DM and is only accessible to the harts in Debug Mode.
Accesses to this memory should be uncached to avoid side effects from
debugging operations.
When taking this jump, \Rpc is saved to \RcsrDpc and \FcsrDcsrCause is updated
in \RcsrDcsr. This jump is similar to a trap but it is not architecturally
considered a trap, so for instance doesn't count as a trap for trigger behavior.
Expand Down
Loading