From: Luke Kenneth Casson Leighton Date: Sat, 16 Jul 2022 09:52:04 +0000 (+0100) Subject: add remap appenfix to pdf X-Git-Tag: opf_rfc_ls005_v1~1180 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dae7d697913d752ec220975e7aacace53f188462;p=libreriscv.git add remap appenfix to pdf --- diff --git a/openpower/Makefile b/openpower/Makefile index f667a245c..d50f26e74 100755 --- a/openpower/Makefile +++ b/openpower/Makefile @@ -1,6 +1,8 @@ #!/usr/bin/make -f ISA_DIR := ../../openpower-isa/openpower/isa -SOURCE_TEX := tex_out/remap.tex tex_out/bitmanip.tex tex_out/vector_ops.tex \ +SOURCE_TEX := tex_out/remap.tex \ + tex_out/remap_appendix.tex \ + tex_out/bitmanip.tex tex_out/vector_ops.tex \ tex_out/sv.tex tex_out/svp64_appendix.tex \ tex_out/overview.tex tex_out/svp64.tex \ tex_out/compliancy_levels.tex tex_out/svp64_quirks.tex \ @@ -265,6 +267,13 @@ tex_out/vector_ops.tex: sv/vector_ops.mdwn --filter pandoc_img.py \ -N -o tex_out/vector_ops.tex tex_out/vector_ops.mdwn +tex_out/remap_appendix.tex: sv/remap/appendix.mdwn + mkdir -p tex_out + ./mdwn_inline.py sv/remap/appendix.mdwn tex_out/remap_appendix.mdwn + pandoc -f markdown -t latex --top-level-division=section \ + --filter pandoc_img.py \ + -N -o tex_out/remap_appendix.tex tex_out/remap_appendix.mdwn + tex_out/remap.tex: sv/remap.mdwn mkdir -p tex_out ./mdwn_inline.py sv/remap.mdwn tex_out/remap.mdwn diff --git a/openpower/simple_v_spec.tex b/openpower/simple_v_spec.tex index ff0a22c28..4524be6a9 100644 --- a/openpower/simple_v_spec.tex +++ b/openpower/simple_v_spec.tex @@ -196,6 +196,8 @@ Programme, requires full transparency. \input{tex_out/svp64_appendix.tex} \chapter{SVP64 Quirks}\hypertarget{svux2fsvp64_quirks}{} \input{tex_out/svp64_quirks.tex} +\chapter{REMAP algorithms}\hypertarget{svux2fremapux2fappendix}{} +\input{tex_out/remap_appendix.tex} \chapter{Simple-V pseudocode}\hypertarget{svux2fpseudocode_simplev}{} \input{tex_out/pseudocode_simplev.tex} \chapter{SVP64 Augmentation Table}\hypertarget{opcode_regs_deduped}{} diff --git a/resources.mdwn b/resources.mdwn index 9bed6b25c..3076c4105 100644 --- a/resources.mdwn +++ b/resources.mdwn @@ -367,6 +367,7 @@ Some learning resources I found in the community: * Cray-1 Pocket Reference + * Prefix-tree generation scripts * N1 * Libre Cell Library