Skip to content

Commit

Permalink
Replacing LaTeX table with asciidoc
Browse files Browse the repository at this point in the history
Beginning to replace LaTeX tables with asciidoc.
  • Loading branch information
wmat committed Dec 29, 2023
1 parent 931e241 commit a10a93f
Showing 1 changed file with 12 additions and 22 deletions.
34 changes: 12 additions & 22 deletions xml/core_registers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,18 @@
. resethaltreq is higher priority than haltreq
. the relative order of the other four causes is maintained

\begin{table}[H]
\centering
\caption{Priority of reasons for entering Debug Mode from highest to lowest.}
\label{tab:dcsrcausepriority}
\begin{tabular}{|c|c|}
\hline
{dcsr-cause} encoding & Cause \\
\hline
5 & resethaltreq \\
\hline
6 & halt group \\
\hline
3 & haltreq \\
\hline
2 & trigger (See table~\ref{tab:priority} for detailed priority) \\
\hline
1 & ebreak \\
\hline
4 & step \\
\hline
\end{tabular}
\end{table}

.Priority of reasons for entering Debug Mode from highest to lowest.
[%autowidth,align="center",float="center",cols="^,^",options="header"]
|===
| <<cause>> encoding | Cause
| 5 | resethaltreq
| 6 | halt group
| 3 | haltreq
| 2 | trigger (See <<tab:priority>> for detailed priority)
| 1 | ebreak
| 4 | step
|===

\begin{commentary}
Note that mcontrol/mcontrol6 triggers which fire after the
Expand Down

0 comments on commit a10a93f

Please sign in to comment.