aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/images/wavedrom/int-comp-slli-srli-srai.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/images/wavedrom/int-comp-slli-srli-srai.adoc b/src/images/wavedrom/int-comp-slli-srli-srai.adoc
index 89dfa4c..addb74b 100644
--- a/src/images/wavedrom/int-comp-slli-srli-srai.adoc
+++ b/src/images/wavedrom/int-comp-slli-srli-srai.adoc
@@ -5,11 +5,11 @@
[wavedrom, ,]
....
{reg: [
- {bits: 7, name: 'opcode', attr: 'OP-IMM', type: 8},
- {bits: 5, name: 'rd', attr: 'dest', type: 2},
+ {bits: 7, name: 'opcode', attr: ['OP-IMM', 'OP-IMM', 'OP-IMM'], type: 8},
+ {bits: 5, name: 'rd', attr: ['dest', 'dest', 'dest'], type: 2},
{bits: 3, name: 'func3', attr: ['SLLI', 'SRLI', 'SRAI'], type: 8},
- {bits: 5, name: 'rs1', attr: 'src', type: 4},
- {bits: 5, name: 'imm[4:0]', attr: 'shamt[4:0]', type: 3},
+ {bits: 5, name: 'rs1', attr: ['src', 'src', 'src'], type: 4},
+ {bits: 5, name: 'imm[4:0]', attr: ['shamt[4:0]', 'shamt[4:0]', 'shamt[4:0]'], type: 3},
{bits: 7, name: 'imm[11:5]', attr: [0, 0, 32], type: 8}
]}
....