From: Luke Kenneth Casson Leighton Date: Sat, 2 Jul 2022 21:39:52 +0000 (+0100) Subject: add vector isa comparison to PDF X-Git-Tag: opf_rfc_ls005_v1~1403 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d1395bd0af9d5da6379e69dc3c80ded5253b296;p=libreriscv.git add vector isa comparison to PDF --- diff --git a/openpower/Makefile b/openpower/Makefile index ceabbfd8f..4f9779a66 100755 --- a/openpower/Makefile +++ b/openpower/Makefile @@ -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 diff --git a/openpower/pandoc_img.py b/openpower/pandoc_img.py index 27b20e6cb..06a0da452 100755 --- a/openpower/pandoc_img.py +++ b/openpower/pandoc_img.py @@ -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', diff --git a/openpower/simple_v_spec.tex b/openpower/simple_v_spec.tex index 2fb766f6c..32eba666b 100644 --- a/openpower/simple_v_spec.tex +++ b/openpower/simple_v_spec.tex @@ -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}{}