get fields.text to be included with its original section headings
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 6 Jul 2022 16:06:17 +0000 (17:06 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 6 Jul 2022 16:06:17 +0000 (17:06 +0100)
openpower/Makefile
openpower/sv/fields.mdwn

index b605faf3ee7f051a066bb0f57a0b1f633154f942..cd70e09fe943af87ff0c9bd6a56f34fc62be0ccb 100755 (executable)
@@ -170,6 +170,7 @@ tex_out/fields.tex : sv/fields.mdwn
        pandoc -f markdown -t latex --top-level-division=section \
                --filter pandoc_img.py \
             -N -o tex_out/fields.tex tex_out/fields.mdwn
+       sed -i 's/\\section{/\\section*{/g' tex_out/fields.tex
 
 tex_out/mv_vec.tex : sv/mv.vec.mdwn
        mkdir -p tex_out
index 05085e7aba558a0b8aed01a3fd4f313a434f3b41..1b8a087c9a1c0df83f4aff289d85fb60f0cc4b50 100644 (file)
@@ -1,6 +1,8 @@
 # Power ISA Fields
 
-These were originally taken from Power ISA v3.0B and are in machine-readable
+These were originally taken from Power ISA v3.0B PDF, retain the Section
+Numbering from the original Power ISA v3.0B Specification PDF,
+and are in machine-readable
 format that may be parsed with the following program:
 [power_fields.py](https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=src/openpower/decoder/power_fields.py;hb=HEAD)
 
@@ -8,6 +10,4 @@ Some additions have been made for DRAFT Scalar instructions Forms:
 BM2-Form, TLI-Form and others. Other additions are for SVP64 such
 as SVM-Form, SVL-Form.
 
-```
 [[!inline pages="openpower/isatables/fields.text" raw="yes" ]]
-```