From: Luke Kenneth Casson Leighton Date: Thu, 30 Jun 2022 10:28:58 +0000 (+0100) Subject: add more tex chapters X-Git-Tag: opf_rfc_ls005_v1~1457 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6591a1a30ea500d5d188e30b0e8d30b7d45f7182;p=libreriscv.git add more tex chapters --- 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}