forked from riscv/configuration-structure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathriscv-configuration-structure.tex
80 lines (57 loc) · 1.44 KB
/
riscv-configuration-structure.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
71
72
73
74
75
76
77
78
79
80
\documentclass[twoside,11pt,openany]{book}
\setcounter{tocdepth}{4}
\setcounter{secnumdepth}{4}
% Fix copy/pasting of ligatures in Acrobat
\input{glyphtounicode.tex}
\pdfgentounicode=1 %
\input{preamble}
\usepackage{makeidx}
\makeindex
\usepackage{xspace}
\input{vc.tex}
\newcommand{\versionnum}{0.1.0\ifrelease\else-DRAFT\fi}
\begin{document}
\title{RISC-V Configuration Description\\
Version \versionnum\\
\GITHash
}
\author{Editors: \\
Abner Chang \textless [email protected]\textgreater, Hewlett Packard Enterprise\\
Tim Newsome \textless [email protected]\textgreater, SiFive, Inc.}
\date{\GITAuthorDate}
\maketitle
Contributors to all versions of the spec in alphabetical order (please contact
editors to suggest corrections):
TODO
\markboth{RISC-V System Description Version \versionnum}
{RISC-V System Description Version \versionnum}
\thispagestyle{empty}
\frontmatter
\ifrelease
\else
\chapter{Preface}
{\bf Warning! This draft specification will change before being accepted as
standard, so implementations made to this draft specification will likely not
conform to the future standard.}
\fi
\tableofcontents
\listoffigures
\listoftables
\mainmatter
\newpage
\input{main}
\newpage
\appendix
\include{appendix}
\clearpage
\addcontentsline{toc}{chapter}{Index}
\label{index}
\printindex
\ifrelease
\else
\chapter{Change Log}
\begin{versionhistory}
\input{changelog.tex}
\end{versionhistory}
\fi
\end{document}