add vector isa comparison to PDF
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 2 Jul 2022 21:39:52 +0000 (22:39 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 2 Jul 2022 21:40:00 +0000 (22:40 +0100)
openpower/Makefile
openpower/pandoc_img.py
openpower/simple_v_spec.tex

index ceabbfd8f0523e755cb8d0aecbe886130bd57e6b..4f9779a66dbee5505401b0c5c51681f2c5557784 100755 (executable)
@@ -5,6 +5,9 @@ tex:
        pandoc -f markdown -t latex --top-level-division=section \
                --filter pandoc_img.py \
             -N -o tex_out/sv.tex sv.mdwn
+       pandoc -f markdown -t latex --top-level-division=section \
+               --filter pandoc_img.py \
+            -N -o tex_out/vector_isas.tex sv/vector_isa_comparison.mdwn
        pandoc -f markdown -t latex --top-level-division=section \
                --filter pandoc_img.py \
             -N -o tex_out/overview.tex sv/overview.mdwn
index 27b20e6cb653de7b1b464c5da686ba3916ffd612..06a0da452fea87a79b4dc3cdf09e17243d4bf11f 100755 (executable)
@@ -56,6 +56,7 @@ def inlinenotes(k, v, f, meta):
         lookups = {'sv': 'Scalable Vectors for Power ISA',
                    'SV|sv': 'Scalable Vectors for Power ISA',
                    'sv/overview': 'Overview Chapter',
+                   'sv/vector_isa_comparison': 'Vector ISA Comparison',
                    'sv/compliancy_levels': 'Compliancy Levels',
                    'sv/svp64': 'SVP64 Chapter',
                    'sv/sprs': 'SPRs',
index 2fb766f6c30501fcd27f7707a94bce4e76e69baf..32eba666b1640c640768a9c2df0efa10e37e7295 100644 (file)
@@ -98,6 +98,8 @@ EU Grants 871528 and 957073.
 \hypertarget{svux2fscalvecpowisa}{}
 \hypertarget{SVux7csv}{}
 \input{tex_out/sv.tex}
+\chapter{Other Vector ISAs}\hypertarget{svux2fvector_isa_comparison}{}
+\input{tex_out/vector_isas.tex}
 \chapter{Overview}\hypertarget{svux2foverview}{}
 \input{tex_out/overview.tex}
 \chapter{Compliancy Levels}\hypertarget{svux2fcompliancy_levels}{}