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

DM should ignore some bits while abstract command is executing #1046

Merged
merged 5 commits into from
Jul 23, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Make language more clear
Co-authored-by: Paul Donahue <48959409+pdonahue-ventana@users.noreply.github.com>
Signed-off-by: Tim Newsome <tim@casualhacker.net>
  • Loading branch information
rtwfroody and pdonahue-ventana authored Jul 12, 2024
commit 26373508230d3c9aa0317517828a2033d11f49f0
2 changes: 1 addition & 1 deletion debug_module.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ While an abstract command is executing ({abstractcs-busy} in {dm-abstractcs} is
The exception to this rule is when the debugger writes 0 to
{dmcontrol-dmactive}. In that case {hartsel} may be written with a new value
(which the hardware should ignore).
The hardware should not rely on this debugger behavior, but enforce it by
The hardware should not rely on this debugger behavior, but should enforce it by
ignoring writes to these bits while {abstractcs-busy} is high.

If an abstract command does not complete in the expected time and
Expand Down
Loading