forked from riscv/riscv-debug-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathriscv-debug-workgroup-notes.tex
70 lines (51 loc) · 1.42 KB
/
riscv-debug-workgroup-notes.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
\documentclass[twoside,11pt]{book}
\setcounter{tocdepth}{4}
\setcounter{secnumdepth}{4}
\input{preamble}
\usepackage{makeidx}
\makeindex
\usepackage{xspace}
\newcommand{\defregname}[2]{\providecommand{#1}{{\tt #2}\xspace}}
\newcommand{\deffieldname}[2]{\providecommand{#1}{{$|#2|$}\xspace}}
\deffieldname{\Fmprv}{mprv}
\defregname{\Rmstatus}{mstatus}
\defregname{\Azero}{a0}
\defregname{\Aone}{a1}
\defregname{\Rzero}{zero}
\defregname{\Szero}{s0}
\defregname{\Sone}{s1}
\defregname{\Tzero}{t0}
\defregname{\Xzero}{x0}
\defregname{\Xone}{x1}
\defregname{\Xeight}{x8}
\defregname{\Xnine}{x9}
\defregname{\Xten}{x10}
\defregname{\Xeleven}{x11}
\defregname{\Xthirtyone}{x31}
\defregname{\Fone}{f1}
\defregname{\Rpc}{pc}
\defregname{\Rmhartid}{mhartid}
\defregname{\Rmepc}{mepc}
\input{vc.tex}
\input{serial.tex.inc}
\begin{document}
\title{RISC-V Debug Workgroup Notes\\
\GITHash
}
\author{Tim Newsome \textless [email protected]\textgreater}
\date{\GITAuthorDate}
\maketitle
\frontmatter
\chapter{Preface}
This document contains some ideas that have been discussed by the RISC-V Debug
Working Group but that are not part of the specification. This is a place to
keep them around for future reference by the Working Group.
No part of this document is part of the Debug Specification, and none of it is
required (or even expected) reading.
\tableofcontents
\listoffigures
\listoftables
\mainmatter
\newpage
\include{future}
\end{document}