aboutsummaryrefslogtreecommitdiff
path: root/src/images
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-08-16 12:00:50 -0400
committerBill Traynor <wmat@riscv.org>2023-08-16 12:00:50 -0400
commit3bb555cfa7d01eeffe9c377008ff4f5c1da3e4b9 (patch)
treed15f84ce312765c2fa209afe7800c5b40656f01a /src/images
parentd36b0b8d2446e0031a942d9c0d657216c081eccb (diff)
downloadriscv-isa-manual-3bb555cfa7d01eeffe9c377008ff4f5c1da3e4b9.zip
riscv-isa-manual-3bb555cfa7d01eeffe9c377008ff4f5c1da3e4b9.tar.gz
riscv-isa-manual-3bb555cfa7d01eeffe9c377008ff4f5c1da3e4b9.tar.bz2
Fix broken not equal sign in wavedrom
Fix broken not equal sign in wavedrom diagram.
Diffstat (limited to 'src/images')
-rw-r--r--src/images/wavedrom/c-ci.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/images/wavedrom/c-ci.adoc b/src/images/wavedrom/c-ci.adoc
index 3651f61..7dae51e 100644
--- a/src/images/wavedrom/c-ci.adoc
+++ b/src/images/wavedrom/c-ci.adoc
@@ -5,7 +5,7 @@
{reg: [
{bits: 2, name: 'op', type: 3, attr: ['2', 'C2']},
{bits: 5, name: 'shamt[4:0]', type: 1, attr: ['5', 'shamt[4:0]']},
- {bits: 5, name: 'rd/rs1', type: 5, attr: ['5', 'dest≠0']},
+ {bits: 5, name: 'rd/rs1', type: 5, attr: ['5', 'dest != 0']},
{bits: 1, name: 'shamt[5]', type: 5, attr: ['1', 'shamt[5]']},
{bits: 3, name: 'funct3', type: 5, attr: ['3', 'C.SLLI']},
]}