Skip to content

Commit bd96fe9

Browse files
authored
Merge pull request #1101 from pdonahue-ventana/asciidoc-conversion-problem-635
Fix yet another asciidoc conversion problem
2 parents a467810 + 1fe6164 commit bd96fe9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Sdtrig.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ that writing 0 to {csr-tdata1} disables the trigger, and leaves it in a state wh
358358

359359
As a result, a debugger can write any supported trigger as follows:
360360

361-
. Write 0 to {csr-tdata1}. (This will result in containing a non-zero value, since the register is *WARL*.)
361+
. Write 0 to {csr-tdata1}. (This will result in {csr-tdata1} containing a non-zero value, since the register is *WARL*.)
362362
. Write desired values to {csr-tdata2} and {csr-tdata3}.
363363
. Write desired value to {csr-tdata1}.
364364

debug_module.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ While the reset is on-going, harts are either in the running state,
8484
indicating it's possible to perform some abstract commands during this
8585
time, or in the unavailable state, indicating it's not possible to
8686
perform any abstract commands during this time. Once a hart's reset is
87-
complete, `havereset` becomes set. When a hart comes out of reset and {dmcontrol-haltreq} or {dmstatus-hasresethaltreq}
87+
complete, `havereset` becomes set. When a hart comes out of reset and {dmcontrol-haltreq} or `resethaltreq`
8888
are set, the hart will immediately enter Debug Mode (halted state).
8989
Otherwise, if the hart was initially running it will execute normally
9090
(running state) and if the hart was initially halted it should now be
@@ -190,7 +190,7 @@ Which states a hart that is reset goes through is implementation
190190
dependent. Harts may be unavailable while reset is asserted, and some
191191
time after reset is deasserted. They might transition to running for
192192
some time after reset is deasserted. Finally they end up either running
193-
or halted, depending on {dmcontrol-haltreq} and {dmstatus-hasresethaltreq}.
193+
or halted, depending on {dmcontrol-haltreq} and `resethaltreq`.
194194

195195
[[runcontrol]]
196196
=== Run Control

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)