aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2022-11-27 15:52:54 -0500
committerBill Traynor <wmat@riscv.org>2022-11-27 15:52:54 -0500
commitb6f6a2da932cc7e2b5be7a01e4e2efd42bd10605 (patch)
tree40cbc89ddf4eda34a1094ad25a253c56f340e5a9
parent4acdf1984bc3590b7908a674cefa5ed6f33a875b (diff)
downloadriscv-isa-manual-b6f6a2da932cc7e2b5be7a01e4e2efd42bd10605.zip
riscv-isa-manual-b6f6a2da932cc7e2b5be7a01e4e2efd42bd10605.tar.gz
riscv-isa-manual-b6f6a2da932cc7e2b5be7a01e4e2efd42bd10605.tar.bz2
Added missing space to wavedrom file.
Added missing space to wavedrom file to allow build to work.
-rw-r--r--src/images/wavedrom/integer_computational.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/images/wavedrom/integer_computational.adoc b/src/images/wavedrom/integer_computational.adoc
index 85059b0..0e1af1a 100644
--- a/src/images/wavedrom/integer_computational.adoc
+++ b/src/images/wavedrom/integer_computational.adoc
@@ -8,7 +8,7 @@
{bits: 5, name: 'rd', attr: 'dest', 'dest', type: 2},
{bits: 3, name: 'func3', attr: ['ADDI/SLTI[U]', 'ANDI/ORI/XORI'], type: 8},
{bits: 5, name: 'rs1', attr: 'src', 'src', type: 4},
- {bits: 12, name: 'imm[11:0]', attr: 'I-immediate[11:0]','I-immediate[11:0]', type: 3}
+ {bits: 12, name: 'imm[11:0]', attr: 'I-immediate[11:0]', 'I-immediate[11:0]', type: 3}
]}
....