We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e9e68 commit 6e6ee90Copy full SHA for 6e6ee90
src/insns/wavedrom/loadcap.adoc
@@ -3,7 +3,7 @@
3
[wavedrom, ,svg]
4
....
5
{reg: [
6
- {bits: 7, name: 'opcode', attr: ['7', 'MISCMEM=0001111','LOAD=0000011',], type: 8},
+ {bits: 7, name: 'opcode', attr: ['7', 'MISCMEM=0001111'], type: 8},
7
{bits: 5, name: 'cd', attr: ['5', 'dest'], type: 2},
8
{bits: 3, name: 'funct3', attr: ['3', 'LC=100'], type: 8},
9
{bits: 5, name: 'rs1/cs1', attr: ['5', 'base'], type: 4},
0 commit comments