Skip to content

Commit f6adeec

Browse files
committed
Refer to "trigger registers" as "Trigger Module Registers"
Issue raised in #913.
1 parent 633bddc commit f6adeec

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Sdtrig.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ \section{Multiple State Change Instructions} \label{sec:multistate}
337337
executing it again leaves the hart in a state closely resembling the state it
338338
would have been in if the instruction had only been executed once.
339339

340-
\section{Trigger Registers}
340+
\section{Trigger Module Registers}
341341

342342
These registers are CSRs, accessible using the RISC-V {\tt csr} opcodes and
343343
optionally also using abstract debug commands.
@@ -373,7 +373,7 @@ \section{Trigger Registers}
373373
This avoids the problem of a partially written trigger firing at a different
374374
time than is expected.
375375

376-
Attempts to access an unimplemented Trigger Register raise an illegal instruction
377-
exception.
376+
Attempts to access an unimplemented Trigger Module Register raise an illegal
377+
instruction exception.
378378

379379
\input{hwbp_registers.tex}

introduction.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ \subsubsection{Minor Changes from 0.13 to 1.0}
171171
\item \FcsrDcsrStopcount only applies to hart-local counters. \PR{405}
172172
\item \FdmDmstatusVersion may be invalid when \FdmDmcontrolDmactive=0. \PR{414}
173173
\item Address triggers (\RcsrMcontrol) may fire on any accessed address. \PR{421}
174-
\item All trigger registers (Section~\ref{csrTrigger}) are optional. \PR{431}
174+
\item All Trigger Module registers (Section~\ref{csrTrigger}) are optional. \PR{431}
175175
\item When extending IR, \RdtmBypass still is all ones. \PR{437}
176176
\item \FcsrDcsrEbreaks and \FcsrDcsrEbreaku are WARL. \PR{458}
177177
\item NMIs are disabled by \FcsrDcsrStepie. \PR{465}

xml/hwbp_registers.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<registers name="Trigger Registers" prefix="CSR_" label="trigger">
2-
The trigger registers, except \RcsrMscontext, \RcsrScontext, and \RcsrHcontext, are only accessible in machine
1+
<registers name="Trigger Module Registers" prefix="CSR_" label="trigger">
2+
The Trigger Module registers, except \RcsrMscontext, \RcsrScontext, and \RcsrHcontext, are only accessible in machine
33
and Debug Mode to prevent untrusted user code from causing entry into Debug
44
Mode without the OS's permission.
55

@@ -16,7 +16,7 @@
1616

1717
<register name="Trigger Select" short="tselect" address="0x7a0">
1818
This register determines which trigger is accessible through the other
19-
trigger registers. It is optional if no triggers are implemented. The
19+
Trigger Module registers. It is optional if no triggers are implemented. The
2020
set of accessible triggers must start at 0, and be contiguous.
2121

2222
This register is \warl.

0 commit comments

Comments
 (0)