aboutsummaryrefslogtreecommitdiff
path: root/src/images
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@rivosinc.com>2021-09-30 09:04:53 -0600
committerAaron Durbin <adurbin@rivosinc.com>2021-09-30 09:04:53 -0600
commit8006631f74d6cf5b75c8cb86cc54e4f8db3954b7 (patch)
treec2158959a28cc038bf569a44728ba5b7917e4d3f /src/images
parente104c198c4532e54c441156f1c893cd1715387e1 (diff)
downloadriscv-isa-manual-8006631f74d6cf5b75c8cb86cc54e4f8db3954b7.zip
riscv-isa-manual-8006631f74d6cf5b75c8cb86cc54e4f8db3954b7.tar.gz
riscv-isa-manual-8006631f74d6cf5b75c8cb86cc54e4f8db3954b7.tar.bz2
zihintpause: Annotate notes and correct instruction encoding
Chapter 4, Zihintpause, needs the notes annotated in the chapter to align with latex chapter. Additionally, correct PAUSE instruction encoding . Signed-off-by: Aaron Durbin <adurbin@rivosinc.com>
Diffstat (limited to 'src/images')
-rw-r--r--src/images/wavedrom/zihintpause-hint.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/images/wavedrom/zihintpause-hint.adoc b/src/images/wavedrom/zihintpause-hint.adoc
index 86d966a..298e46d 100644
--- a/src/images/wavedrom/zihintpause-hint.adoc
+++ b/src/images/wavedrom/zihintpause-hint.adoc
@@ -7,11 +7,11 @@
{bits: 5, name: 'rd', attr: 0},
{bits: 3, name: 'func3', attr: 'PAUSE', type: 8},
{bits: 5, name: 'rs1', attr: 0},
- {bits: 1, name: 'SW', attr: 1},
+ {bits: 1, name: 'SW', attr: 0},
{bits: 1, name: 'SR', attr: 0},
{bits: 1, name: 'SO', attr: 0},
{bits: 1, name: 'SI', attr: 0},
- {bits: 1, name: 'PW', attr: 0},
+ {bits: 1, name: 'PW', attr: 1},
{bits: 1, name: 'PR', attr: 0},
{bits: 1, name: 'PO', attr: 0},
{bits: 1, name: 'PI', attr: 0},