Skip to content

Commit

Permalink
Add changes from #917.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtwfroody committed Jan 26, 2024
1 parent 477db5b commit 5467850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Sdtrig.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ and then executing it again leaves the hart in a state closely
resembling the state it would have been in if the instruction had only
been executed once.

=== Trigger Registers
=== Trigger Module Registers

These registers are CSRs, accessible using the RISC-V `csr` opcodes and
optionally also using abstract debug commands.
Expand Down Expand Up @@ -336,7 +336,7 @@ fire in the current privilege mode must use this same sequence to
restore the triggers. This avoids the problem of a partially written
trigger firing at a different time than is expected.

Attempts to access an unimplemented Trigger Register raise an illegal
Attempts to access an unimplemented Trigger Module Register raise an illegal
instruction exception.

include::build/hwbp_registers.adoc[]
2 changes: 1 addition & 1 deletion introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ https://github.com/riscv/riscv-debug-spec/pull/405[#405]
https://github.com/riscv/riscv-debug-spec/pull/414[#414]
. Address triggers ({csr-mcontrol}) may fire on any accessed address.
https://github.com/riscv/riscv-debug-spec/pull/421[#421]
. All trigger registers (<<tab:trigger>>) are optional. https://github.com/riscv/riscv-debug-spec/pull/431[#431]
. All Trigger Module registers (<<tab:trigger>>) are optional. https://github.com/riscv/riscv-debug-spec/pull/431[#431]
. When extending IR, {dtm-bypass} still is all ones.
https://github.com/riscv/riscv-debug-spec/pull/437[#437]
. {dcsr-ebreaks} and {dcsr-ebreaku} are WARL. https://github.com/riscv/riscv-debug-spec/pull/458[#458]
Expand Down

0 comments on commit 5467850

Please sign in to comment.