aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-04-18 16:23:09 -0400
committerBill Traynor <wmat@riscv.org>2023-04-18 16:23:09 -0400
commit449570fa02847734eb12416d20641c9d7ae76b0c (patch)
tree9d6a21b081be2dfc24c3cb3e6eb2f66cce3255c4
parent3165b9efeaca76adb63ddb59a5dc0b95f3e683b9 (diff)
downloadriscv-isa-manual-449570fa02847734eb12416d20641c9d7ae76b0c.zip
riscv-isa-manual-449570fa02847734eb12416d20641c9d7ae76b0c.tar.gz
riscv-isa-manual-449570fa02847734eb12416d20641c9d7ae76b0c.tar.bz2
Formatted table
Formatted table to match LaTeX. Left aligned table captions to match LaTeX.
-rw-r--r--src/resources/themes/riscv-spec.yml2
-rw-r--r--src/supervisor.adoc12
2 files changed, 9 insertions, 5 deletions
diff --git a/src/resources/themes/riscv-spec.yml b/src/resources/themes/riscv-spec.yml
index 339a834..9529911 100644
--- a/src/resources/themes/riscv-spec.yml
+++ b/src/resources/themes/riscv-spec.yml
@@ -250,7 +250,7 @@ table:
caption:
end: bottom
align: center
- #text-align: left
+ text-align: left
toc:
indent: $horizontal_rhythm
line_height: 1.4
diff --git a/src/supervisor.adoc b/src/supervisor.adoc
index 67a96b8..d1635cd 100644
--- a/src/supervisor.adoc
+++ b/src/supervisor.adoc
@@ -531,10 +531,14 @@ make FIOM read-only zero.
[%autowidth,float="center",align="center",cols="^,<",options="header"]
|===
|Instruction bit |Meaning when set
-|PI |Predecessor device input and memory reads (PR implied)
-|PO |Predecessor device output and memory writes (PW implied)
-|SI |Successor device input and memory reads (SR implied)
-|SO |Successor device output and memory writes (SW implied)
+|PI +
+PO
+|Predecessor device input and memory reads (PR implied) +
+Predecessor device output and memory writes (PW implied)
+|SI +
+SO
+|Successor device input and memory reads (SR implied) +
+Successor device output and memory writes (SW implied)
|===
[NOTE]