Skip to content

Commit

Permalink
Merge pull request riscv#1548 from riscv/1546-typo-in-clui-immediate-…
Browse files Browse the repository at this point in the history
…field

Typo change imm to nzimm.
  • Loading branch information
wmat authored Jul 19, 2024
2 parents 3c1d602 + fbc7b01 commit 176d10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/images/wavedrom/c-integer-const-gen.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
....
{reg: [
{bits: 2, name: 'op', attr: ['2','C1', 'C1']},
{bits: 5, name: 'imm[4:0]', attr: ['5','imm[4:0]','imm[16:12]']},
{bits: 5, name: 'imm[4:0]', attr: ['5','imm[4:0]','nzimm[16:12]']},
{bits: 5, name: 'rd', attr: ['5','dest != 0', 'dest != {0, 2}']},
{bits: 1, name: 'imm[5]', attr: ['1','imm[5]', 'nzimm[17]'],},
{bits: 3, name: 'funct3', attr: ['3','C.LI', 'C.LUI'],},
Expand Down

0 comments on commit 176d10a

Please sign in to comment.