From 7657353196155d627bb86b45b61d9528ab554c5c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 23 Jul 2022 10:53:31 +0100 Subject: [PATCH] add executive,summary to pdf --- openpower/Makefile | 8 ++++++++ openpower/simple_v_spec.tex | 7 ++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/openpower/Makefile b/openpower/Makefile index bf9e9f55a..a5729b61f 100755 --- a/openpower/Makefile +++ b/openpower/Makefile @@ -5,6 +5,7 @@ SOURCE_TEX := tex_out/remap.tex \ tex_out/bitmanip.tex tex_out/vector_ops.tex \ tex_out/sv.tex tex_out/svp64_appendix.tex \ tex_out/overview.tex tex_out/svp64.tex \ + tex_out/executive_summary.tex \ tex_out/compliancy_levels.tex tex_out/svp64_quirks.tex \ tex_out/sprs.tex tex_out/opcode_regs_deduped.tex \ tex_out/normal.tex tex_out/ldst.tex \ @@ -261,6 +262,13 @@ tex_out/transcendentals.tex: transcendentals.mdwn --filter pandoc_img.py \ -N -o tex_out/transcendentals.tex tex_out/transcendentals.mdwn +tex_out/executive_summary.tex: sv/executive_summary.mdwn + mkdir -p tex_out + ./mdwn_inline.py sv/executive_summary.mdwn tex_out/executive_summary.mdwn + pandoc -f markdown -t latex --top-level-division=section \ + --filter pandoc_img.py \ + -N -o tex_out/executive_summary.tex tex_out/executive_summary.mdwn + tex_out/svp64_appendix.tex: sv/svp64/appendix.mdwn mkdir -p tex_out ./mdwn_inline.py sv/svp64/appendix.mdwn tex_out/appendix.mdwn diff --git a/openpower/simple_v_spec.tex b/openpower/simple_v_spec.tex index 6204e3525..4b479f449 100644 --- a/openpower/simple_v_spec.tex +++ b/openpower/simple_v_spec.tex @@ -184,6 +184,11 @@ For questions, comments, and clarification, please contact the following: \item Andrey Miroshnikov - Libre-SOC engineer, assisting with documentation - andrey@technepisteme.xyz \end{itemize} +\subsection*{Executive Summary} +\hypertarget{svux2fexecutive_summary}{} +\newpage +\input{tex_out/executive_summary.tex} + \newpage \begin{landscape} \addcontentsline{toc}{chapter}{Comparison Table} \markboth{INTRODUCTION}{} @@ -203,7 +208,7 @@ For questions, comments, and clarification, please contact the following: \tableofcontents -\part{Scalable Vectors} +\part{Scalable Vectors for the Power ISA} \chapter{Fields and Forms} -- 2.30.2