Skip to content

Commit

Permalink
Merge pull request #27 from veselypeta/petr/fix-csetmode
Browse files Browse the repository at this point in the history
[RISCV-CHERI] Fix description of CSetMode
  • Loading branch information
tariqkurd-repo authored Jan 24, 2024
2 parents ba4d933 + 86d2123 commit 1a87920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/insns/wavedrom/csetmode.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
{reg: [
{bits: 7, name: 'opcode', attr: ['7', 'OP=0110011'], type: 8},
{bits: 5, name: 'cd', attr: ['5', 'dest'], type: 2},
{bits: 3, name: 'funct3', attr: ['3', 'CSETMODE=000'], type: 8},
{bits: 3, name: 'funct3', attr: ['7', 'CSETMODE=111'], type: 8},
{bits: 5, name: 'cs1', attr: ['5', 'src1'], type: 4},
{bits: 5, name: 'rs2', attr: ['5', 'CSETMODE=0011'], type: 3},
{bits: 7, name: 'funct7', attr: ['7', 'CSETMODE=0001000'], type: 3},
{bits: 5, name: 'rs2', attr: ['5', 'src2'], type: 3},
{bits: 7, name: 'funct7', attr: ['7', 'CSETMODE=0000110'], type: 3},
]}
....

0 comments on commit 1a87920

Please sign in to comment.