Skip to content

Commit 1fe6164

Browse files
More asciidoc conversion fixes:
- missing words - improperly formatted bullet - original spec pointed to mcontrol6 instead of mcontrol in the timing/hit change
1 parent d89405a commit 1fe6164

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

introduction.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,17 @@ https://github.com/riscv/riscv-debug-spec/pull/505[#505]
144144
. System bus autoincrement only happens if an access actually takes place.
145145
({dm-sbdata0}) https://github.com/riscv/riscv-debug-spec/pull/507[#507]
146146
. Bump {tinfo-version} to 3. https://github.com/riscv/riscv-debug-spec/pull/512[#512]
147-
, Require debugger to poll {dmcontrol-dmactive} after lowering it.
147+
. Require debugger to poll {dmcontrol-dmactive} after lowering it.
148148
https://github.com/riscv/riscv-debug-spec/pull/566[#566]
149149
. Add {icount-pending} to {csr-icount} . https://github.com/riscv/riscv-debug-spec/pull/574[#574]
150150
. When a selected trigger is disabled, {csr-tdata2} and {csr-tdata3} can be written with any value supported by any of the types this trigger supports.
151151
https://github.com/riscv/riscv-debug-spec/pull/721[#721]
152152
. {csr-tcontrol} fields only apply to breakpoint traps, not any trap.
153153
https://github.com/riscv/riscv-debug-spec/pull/723[#723]
154-
. If {tinfo-version} is greater than 0, then {mcontrol6-hit0} (previously called {csr-mcontrol}.``hit``) now contains 0 when a trigger fires more than one instruction after the
155-
instruction that matched. (This information is now reflected in .)
154+
. If {tinfo-version} is greater than 0, then {mcontrol6-hit0} (previously called {csr-mcontrol6}.``hit``) now contains 0 when a trigger fires more than one instruction after the
155+
instruction that matched. (This information is now reflected in {mcontrol6-hit1}.)
156156
https://github.com/riscv/riscv-debug-spec/pull/795[#795]
157-
. If {tinfo-version} is greater than 0, then bit 20 of {csr-mcontrol6} is no longer used for timing information. (Previously the bit was called {csr-mcontrol}.``timing``.)
157+
. If {tinfo-version} is greater than 0, then bit 20 of {csr-mcontrol6} is no longer used for timing information. (Previously the bit was called {csr-mcontrol6}.``timing``.)
158158
https://github.com/riscv/riscv-debug-spec/pull/807[#807]
159159
. If {tinfo-version} is greater than 0, then the encodings of {mcontrol6-size} for sizes greater than 64 bit have changed.
160160
https://github.com/riscv/riscv-debug-spec/pull/807[#807]
@@ -193,7 +193,7 @@ https://github.com/riscv/riscv-debug-spec/pull/585[#585]
193193
. Writing 0 to {csr-tdata1} forces a state where {csr-tdata2} and {csr-tdata3} are writable.
194194
https://github.com/riscv/riscv-debug-spec/pull/598[#598]
195195
. Solutions to deal with reentrancy in <<nativetrigger>> prevent triggers from
196-
_matching_, not merely _firing_. This primarily affects behavior.
196+
_matching_, not merely _firing_. This primarily affects {csr-icount} behavior.
197197
https://github.com/riscv/riscv-debug-spec/pull/722[#722]
198198
. Attempts to access an unimplemented CSR raise an illegal instruction
199199
exception. https://github.com/riscv/riscv-debug-spec/pull/791[#791]
@@ -204,7 +204,7 @@ New backwards-compatible feature that did not exist before:
204204

205205
. Add halt groups and external triggers in <<hrgroups>>.
206206
https://github.com/riscv/riscv-debug-spec/pull/404[#404]
207-
. Reserve some DMI space for non-standard use. See {dm-custom}, and {dm-custom0} through .
207+
. Reserve some DMI space for non-standard use. See {dm-custom}, and {dm-custom0} through `custom15`.
208208
https://github.com/riscv/riscv-debug-spec/pull/406[#406]
209209
. Reserve trigger {tdata1-type} values for non-standard use.
210210
https://github.com/riscv/riscv-debug-spec/pull/417[#417]

0 commit comments

Comments
 (0)