Skip to content

Commit

Permalink
AR: Don't use "non-existent" in reference to register.
Browse files Browse the repository at this point in the history
We can always be more clear using other terminology.
  • Loading branch information
timsifive committed Aug 21, 2023
1 parent 3c75bf3 commit 83483b1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Sdext.tex
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ \section{Core Debug Registers} \label{debreg}
be debugged. They are CSRs, accessible using the RISC-V {\tt csr} opcodes and
optionally also using abstract debug commands.

Attempts to access a non-existent Core Debug Register raise an illegal
Attempts to access an unimplemented Core Debug Register raise an illegal
instruction exception.

\input{core_registers.tex}
Expand Down
2 changes: 1 addition & 1 deletion Sdtrig.tex
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ \section{Trigger Registers}
This avoids the problem of a partially written trigger firing at a different
time than is expected.

Attempts to access a non-existent Trigger Register raise an illegal instruction
Attempts to access an unimplemented Trigger Register raise an illegal instruction
exception.

\input{hwbp_registers.tex}
4 changes: 2 additions & 2 deletions debug_module.tex
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ \section{Debug Module Registers} \label{dmdebbus}
has a base address (which is 0 for the first DM). The register addresses below
are offsets from this base address.

When read, unimplemented or non-existent Debug Module DMI Registers return 0.
Writing them has no effect.
Debug Module DMI Registers that are unimplemented or not mentioned in the table
below return 0 when read. Writing them has no effect.

\input{dm_registers.tex}
2 changes: 1 addition & 1 deletion introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ \subsubsection{Minor Changes from 0.13 to 1.0}
\item Solutions to deal with reentrancy in Section~\ref{sec:nativetrigger}
prevent triggers from {\em matching}, not merely {\em firing}. This primarily
affects \RcsrIcount behavior. \PR{722}
\item Attempts to access a non-existent CSR raise an illegal instruction
\item Attempts to access an unimplemented CSR raise an illegal instruction
exception. \PR{791}
\end{steps}

Expand Down
3 changes: 1 addition & 2 deletions xml/jtag_registers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
</value>

<value v="3" name="device error">
The DMI subordinate reported an error, e.g. because a
non-existent register was accessed.
The DMI subordinate reported an error.
</value>

<value v="4" name="unknown">
Expand Down

0 comments on commit 83483b1

Please sign in to comment.