Skip to content

Commit

Permalink
Merge pull request #277 from riscv-software-src/AFOliveira/fixZicsr
Browse files Browse the repository at this point in the history
Fix csrrs encoding match
  • Loading branch information
dhower-qc authored Nov 18, 2024
2 parents 11b54fe + afbf421 commit 47dd809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/inst/Zicsr/csrrs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: |
definedBy: Zicsr
assembly: xd, xs1, csr
encoding:
match: -----------------000-----0010011
match: -----------------010-----0010011
variables:
- name: csr
location: 31-20
Expand Down

0 comments on commit 47dd809

Please sign in to comment.