Skip to content

Commit 6e6ee90

Browse files
fix LC encoding diagram (#414)
the old RV32 encoding was left in the diagram Only the RV64 remains now, which matches the riscv-opcodes PR
1 parent b5e9e68 commit 6e6ee90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/insns/wavedrom/loadcap.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[wavedrom, ,svg]
44
....
55
{reg: [
6-
{bits: 7, name: 'opcode', attr: ['7', 'MISCMEM=0001111','LOAD=0000011',], type: 8},
6+
{bits: 7, name: 'opcode', attr: ['7', 'MISCMEM=0001111'], type: 8},
77
{bits: 5, name: 'cd', attr: ['5', 'dest'], type: 2},
88
{bits: 3, name: 'funct3', attr: ['3', 'LC=100'], type: 8},
99
{bits: 5, name: 'rs1/cs1', attr: ['5', 'base'], type: 4},

0 commit comments

Comments
 (0)