From 3d30f6b740f0ecbf550024d27f37b0003c40b763 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 22 Jul 2022 13:20:02 +0100 Subject: [PATCH] move comparison table to appendix, make landscape --- openpower/pandoc_img.py | 1 + openpower/simple_v_spec.tex | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/openpower/pandoc_img.py b/openpower/pandoc_img.py index 420af0a71..9eaf4056d 100755 --- a/openpower/pandoc_img.py +++ b/openpower/pandoc_img.py @@ -58,6 +58,7 @@ def inlinenotes(k, v, f, meta): 'openpower/sv': 'Scalable Vectors for Power ISA', 'sv/overview': 'Overview Chapter', 'sv/vector_isa_comparison': 'Vector ISA Comparison', + 'sv/comparison_table': 'ISA Comparison Table', 'sv/compliancy_levels': 'Compliancy Levels', 'sv/svp64': 'SVP64 Chapter', 'svp64': 'SVP64 Chapter', diff --git a/openpower/simple_v_spec.tex b/openpower/simple_v_spec.tex index 0f4394f0d..67edff8b7 100644 --- a/openpower/simple_v_spec.tex +++ b/openpower/simple_v_spec.tex @@ -163,8 +163,6 @@ Programme, requires full transparency. \input{tex_out/sv.tex} \chapter{Other Vector ISAs}\hypertarget{svux2fvector_isa_comparison}{} \input{tex_out/vector_isas.tex} -\chapter{Comparison Table}\hypertarget{svux2fcomparison_table}{} -\input{tex_out/comparison_table.tex} \chapter{Overview}\hypertarget{svux2foverview}{} \input{tex_out/overview.tex} \chapter{Compliancy Levels}\hypertarget{svux2fcompliancy_levels}{} @@ -202,6 +200,7 @@ Programme, requires full transparency. \input{tex_out/remap_appendix.tex} \chapter{Simple-V pseudocode}\hypertarget{svux2fpseudocode_simplev}{} \input{tex_out/pseudocode_simplev.tex} + \chapter{SVP64 Augmentation Table}\hypertarget{opcode_regs_deduped}{} \begin{landscape} { @@ -209,6 +208,15 @@ Programme, requires full transparency. \input{tex_out/opcode_regs_deduped.tex} } \end{landscape} + +\chapter{Comparison Table}\hypertarget{svux2fcomparison_table}{} +\begin{landscape} +{ +\fontsize{7}{9}\selectfont +\input{tex_out/comparison_table.tex} +} +\end{landscape} + \end{appendices} \part{Scalar Instructions} -- 2.30.2