From: Luke Kenneth Casson Leighton Date: Wed, 6 Jul 2022 16:06:17 +0000 (+0100) Subject: get fields.text to be included with its original section headings X-Git-Tag: opf_rfc_ls005_v1~1315 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cb1caf17027f27b020ac4648a24955343ac4247d;p=libreriscv.git get fields.text to be included with its original section headings --- diff --git a/openpower/Makefile b/openpower/Makefile index b605faf3e..cd70e09fe 100755 --- a/openpower/Makefile +++ b/openpower/Makefile @@ -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 diff --git a/openpower/sv/fields.mdwn b/openpower/sv/fields.mdwn index 05085e7ab..1b8a087c9 100644 --- a/openpower/sv/fields.mdwn +++ b/openpower/sv/fields.mdwn @@ -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" ]] -```