I thought that I had done this
[libresoc-isa-manual.git] / libresoc-isa-manual / powerpc-add / src / power-spec.tex
1 %
2 %=======================================================================
3 % power-spec.tex
4 %-----------------------------------------------------------------------
5
6 \documentclass[twoside,11pt]{book}
7
8 % Fix copy/pasting of ligatures in Acrobat
9 \input{glyphtounicode.tex}
10 \pdfgentounicode=1 %
11
12 \input{preamble}
13
14 \newcommand{\specrev}{\mbox{20200813-{\em draft}}}
15 \newcommand{\specmonthyear}{\mbox{August 2020}}
16
17 \begin{document}
18
19 \title{\vspace{-0.7in}\Large {\bf Additions to The PowerPC Instruction Set Manual} \\
20 \large {\bf Libre-SOC Extensions} \\
21 Document Version \specrev
22 \vspace{-0.1in}}
23
24 \author{Editor: Alain D D Williams$^{1}$ \\
25 $^{1}$Parliament Hill Computers Ltd, \\
26 {\tt addw@phcomp.co.uk} \\
27 \today
28 }
29 \date{}
30 \maketitle
31
32 Contributors to all versions of the spec in
33 alphabetical order (please contact editors to suggest
34 corrections):
35 Luke Kenneth Casson Leighton, Jacob R Lifshay, Alain D D Williams
36
37 This document is released under a Creative Commons Attribution 4.0
38 International License.
39
40 Please cite as: ``The PowerPC Instruction Set Additions, Document Version \specrev'', Editors
41 Alain Williams, Libre-SOC, \specmonthyear.
42
43
44 \markboth{Volume I: PowerPC ISAMUX \specrev}
45 {Volume I: PowerPC ISAMUX \specrev}
46 \thispagestyle{empty}
47
48 \frontmatter
49
50 \input{preface}
51
52 {\hypersetup{linktoc=all,hidelinks}
53 \tableofcontents
54 }
55
56 \mainmatter
57
58 \input{intro}
59 % \input{rv32}
60 % \input{zifencei}
61 % \input{rv32e}
62 % \input{rv64}
63 % \input{rv128}
64 % \input{m}
65 % \input{a}
66 % \input{csr}
67 % \input{counters}
68 % \input{f}
69 % \input{d}
70 % \input{q}
71 % \input{rvwmo}
72 % \input{l}
73 % \input{c}
74 % \input{b}
75 % \input{j}
76 % \input{t}
77 % \input{p}
78 % \input{v}
79 % \input{zam}
80 % \input{ztso}
81 % \input{gmaps}
82 % \input{assembly}
83 % \input{extensions}
84 % \input{naming}
85 % \input{history}
86 %
87 % \appendix
88 % \input{memory}
89
90 \bibliographystyle{plain}
91 \bibliography{power-spec}
92
93 \end{document}