From: Luke Kenneth Casson Leighton Date: Thu, 30 Jun 2022 12:04:40 +0000 (+0100) Subject: create separate appendix in tex spec X-Git-Tag: opf_rfc_ls005_v1~1450 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=91538e7b76e58a92ab61c78f6afd186bc6513ea8;p=libreriscv.git create separate appendix in tex spec --- diff --git a/openpower/simple_v_spec.tex b/openpower/simple_v_spec.tex index 095ab2073..c4d1614e2 100644 --- a/openpower/simple_v_spec.tex +++ b/openpower/simple_v_spec.tex @@ -3,6 +3,7 @@ \usepackage{amssymb,amsmath} \usepackage{lscape} \usepackage{sectsty} +\usepackage{appendix} \usepackage{anyfontsize} \usepackage{ifxetex,ifluatex} \usepackage{fixltx2e} % provides \textsubscript @@ -72,10 +73,6 @@ table}}{} \input{tex_out/compliancy_levels.tex} \chapter{SVP64} \input{tex_out/svp64.tex} -\chapter{SVP64 Appendix} -\input{tex_out/svp64_appendix.tex} -\chapter{SVP64 Quirks} -\input{tex_out/svp64_quirks.tex} \chapter{SPRs} \input{tex_out/sprs.tex} \chapter{Arithmetic Mode} @@ -96,6 +93,12 @@ table}}{} \input{tex_out/mv_swizzle.tex} \chapter{Pack / Unpack} \input{tex_out/mv_vec.tex} + +\begin{appendices} +\chapter{SVP64 Appendix} +\input{tex_out/svp64_appendix.tex} +\chapter{SVP64 Quirks} +\input{tex_out/svp64_quirks.tex} \chapter{Simple-V pseudocode} \input{tex_out/pseudocode_simplev.tex} \chapter{SVP64 Augmentation Table} @@ -105,5 +108,6 @@ table}}{} \input{tex_out/opcode_regs_deduped.tex} } \end{landscape} +\end{appendices} \end{document}