Skip to content

Commit

Permalink
Updated commentary to admonitions.
Browse files Browse the repository at this point in the history
Updated the commentary LaTeX to admonitions.
  • Loading branch information
wmat committed Dec 29, 2023
1 parent e663113 commit b3e1637
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions xml/core_registers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
| 4 | step
|===

\begin{commentary}
[NOTE]
====
Note that mcontrol/mcontrol6 triggers which fire after the
instruction which hit the trigger are considered
to be high priority causes on the subsequent instruction. Therefore,
Expand All @@ -43,7 +44,7 @@
Most multi-hart implementations will probably hardwire {dcsr-stoptime}
to 0, as the implementation can get complicated and the benefit is
small.
\end{commentary}
====

<field name="debugver" bits="31:28" access="R" reset="Preset">
<value v="0" name="none">
Expand Down Expand Up @@ -272,12 +273,13 @@
executing a Program Buffer, and then restore {csr-dpc} before leaving
Debug Mode.

\begin{commentary}
[NOTE]
====
Allowing {csr-dpc} to become \unspecified\ upon Program Buffer
execution allows for direct implementations that don't have a
separate PC register, and do need to use the PC when executing the
Program Buffer.
\end{commentary}
====

If the Access Register abstract command supports reading {csr-dpc} while
the hart is running, then the value read should be the address of a
Expand Down

0 comments on commit b3e1637

Please sign in to comment.