fix remap appendix link in PDF
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 16 Jul 2022 10:59:30 +0000 (11:59 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 16 Jul 2022 11:11:21 +0000 (12:11 +0100)
openpower/pandoc_img.py
openpower/sv/remap.mdwn

index 6dc1f49cf169286bcb708fd343994447d0b3f9a5..420af0a71c01248e27fd2be8f195d74f53635f4b 100755 (executable)
@@ -69,6 +69,7 @@ def inlinenotes(k, v, f, meta):
                    'sv/setvl': 'setvl instruction',
                    'sv/svstep': 'svstep instruction',
                    'sv/remap': 'REMAP subsystem',
+                   'sv/remap/appendix': 'REMAP Appendix',
                    'sv/mv.swizzle': 'Swizzle Move',
                    'sv/mv.vec': 'Pack / Unpack',
                    'svp64/appendix': 'SVP64 Appendix',
index 0e916c8e3b17976bc345449a1024aba1d42933b4..ce0c4e7895e64c6f8657352e9ff6d0c9fad78cb6 100644 (file)
@@ -5,8 +5,8 @@
 * <https://bugs.libre-soc.org/show_bug.cgi?id=143>
 * <https://bugs.libre-soc.org/show_bug.cgi?id=867> add svindex
 * <https://bugs.libre-soc.org/show_bug.cgi?id=885> svindex in simulator
-* see  [[sv/propagation]] for a future way to apply REMAP.  
 * see [[sv/remap/appendix]] for examples and usage
+* see [[sv/propagation]] for a future way to apply REMAP
 
 REMAP is an advanced form of Vector "Structure Packing" that
 provides hardware-level support for commonly-used *nested* loop patterns.