From 6591a1a30ea500d5d188e30b0e8d30b7d45f7182 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 30 Jun 2022 11:28:58 +0100 Subject: [PATCH] add more tex chapters --- openpower/Makefile | 16 +++++++++++++--- openpower/simple_v_spec.tex | 6 +++++- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/openpower/Makefile b/openpower/Makefile index 196935b16..dd1c83667 100755 --- a/openpower/Makefile +++ b/openpower/Makefile @@ -2,9 +2,19 @@ tex: mkdir -p tex_out pandoc -f markdown -t latex --top-level-division=section \ - -N -o tex_out/sv.tex sv.mdwn + -N -o tex_out/sv.tex sv.mdwn pandoc -f markdown -t latex --top-level-division=section \ - -N -o tex_out/overview.tex sv/overview.mdwn + -N -o tex_out/overview.tex sv/overview.mdwn pandoc -f markdown -t latex --top-level-division=section \ - -N -o tex_out/svp64.tex sv/svp64.mdwn + -N -o tex_out/svp64.tex sv/svp64.mdwn + pandoc -f markdown -t latex --top-level-division=section \ + -N -o tex_out/compliancy_levels.tex sv/compliancy_levels.mdwn + pandoc -f markdown -t latex --top-level-division=section \ + -N -o tex_out/svp64_quirks.tex sv/svp64_quirks.mdwn + +pdf: pdflatex -synctex=1 -interaction=nonstopmode simple_v_spec.tex + +upload: tex pdf + rsync -HPavz simple_v_spec.pdf \ + libre-soc.org:/var/www/ftp.libre-riscv.org diff --git a/openpower/simple_v_spec.tex b/openpower/simple_v_spec.tex index 99f791143..8595f911a 100644 --- a/openpower/simple_v_spec.tex +++ b/openpower/simple_v_spec.tex @@ -61,11 +61,15 @@ table}}{} \begin{document} -\chapter{Simple-V} +\chapter{Scalable Vectors for the Power ISA} \input{tex_out/sv.tex} \chapter{Overview} \input{tex_out/overview.tex} +\chapter{Compliancy Levels} +\input{tex_out/compliancy_levels.tex} \chapter{SVP64} \input{tex_out/svp64.tex} +\chapter{SVP64 Quirks} +\input{tex_out/svp64_qurks.tex} \end{document} -- 2.30.2