From 96db5282d355989ecb7ff1cd576a286acdfa4f88 Mon Sep 17 00:00:00 2001 From: Paul Donahue Date: Tue, 5 Mar 2024 17:16:24 -0800 Subject: [PATCH 1/3] Fix minor AsciiDoc conversion problem. --- xml/hwbp_registers.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/hwbp_registers.xml b/xml/hwbp_registers.xml index 4dc4d056..1616e287 100755 --- a/xml/hwbp_registers.xml +++ b/xml/hwbp_registers.xml @@ -719,7 +719,7 @@ [NOTE] ==== - {mcontrol6-uncertain} and {mcontrol6-uncertain}en exist to + {mcontrol6-uncertain} and {mcontrol6-uncertainen} exist to accommodate systems where not every memory access is fully observed by the Trigger Module. Possible examples include data values in far AMOs, and the address/data/size of accesses by instructions that perform From a2613a9f835b90cd0de149db8686ecb086d5efa4 Mon Sep 17 00:00:00 2001 From: Paul Donahue Date: Tue, 5 Mar 2024 17:33:58 -0800 Subject: [PATCH 2/3] Fix hartsel AsciiDoc problem. --- debug_module.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug_module.adoc b/debug_module.adoc index eaf876ce..569f8b9e 100644 --- a/debug_module.adoc +++ b/debug_module.adoc @@ -146,7 +146,7 @@ simultaneously. The state of the hart array mask register is not affected by setting or clearing {dmcontrol-hasel}. Execution of Abstract Commands ignores this mechanism and only applies -to the hart selected by {dmstatus-hartsello}. +to the hart selected by {hartsel}. === Hart DM States From dce58976ad8388a1cb2bd80f17bea36498f79ef7 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Mon, 11 Mar 2024 10:11:43 -0700 Subject: [PATCH 3/3] Fix asciidoc conversion for DXLEN definition. --- introduction.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/introduction.adoc b/introduction.adoc index ecad6d6a..96d9d63c 100644 --- a/introduction.adoc +++ b/introduction.adoc @@ -40,7 +40,8 @@ functionality. *DTM*:: Debug Transport Module (see <>). -*DXLEN*:: Debug XLEN, which is the widest XLEN a hart supports, ignoring the current value of in . +*DXLEN*:: Debug XLEN, which is the widest XLEN a hart supports, ignoring the +current value of `mxl` in `misa`. *essential feature*:: An essential feature must be present in order for debug to work correctly.