add fields table for inclusion in pdf
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 4 Jul 2022 13:49:33 +0000 (14:49 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 4 Jul 2022 13:49:33 +0000 (14:49 +0100)
openpower/isatables.mdwn
openpower/sv/fields.mdwn [new file with mode: 0644]

index 082f9909bc89c4364e8fcc120ef28dd1713b04f0..e9bde11f78b77df6826ddfb5834fb0d702b0bcc6 100644 (file)
@@ -66,6 +66,6 @@ The table can be downloaded in plain text format here:
 [[openpower/isatables/fields.text]]
 
 ```
-[[!inline raw="yes" pages="openpower/isatables/fields.text" ]]
+[[!inline pages="openpower/isatables/fields.text" raw="yes" ]]
 ```
 
diff --git a/openpower/sv/fields.mdwn b/openpower/sv/fields.mdwn
new file mode 100644 (file)
index 0000000..8337a6d
--- /dev/null
@@ -0,0 +1,12 @@
+# Power ISA Fields
+
+These 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)
+
+Some additions have been made for DRAFT Scalar instructions Forms:
+SVM-Form, BM2-Form.
+
+```
+[[!inline pages="openpower/isatables/fields.text" raw="yes" ]]
+```