add more tex chapters
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 30 Jun 2022 10:28:58 +0000 (11:28 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 30 Jun 2022 10:29:03 +0000 (11:29 +0100)
openpower/Makefile
openpower/simple_v_spec.tex

index 196935b1685fccde802dabcdbbc30ff8d9c30e69..dd1c83667f67b1ac492eb28b31cd33462311ba4f 100755 (executable)
@@ -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
index 99f79114321a9703d9690c8d353b54ba5ebb6967..8595f911a6c8ba4f526ce1b34880f7d3f692c8e9 100644 (file)
@@ -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}