Skip to content

Commit

Permalink
Merge pull request #329 from BrianAnakPintar/main
Browse files Browse the repository at this point in the history
Fixed rori.yaml encoding
  • Loading branch information
dhower-qc authored Dec 2, 2024
2 parents c7a9658 + c6b2cf2 commit a8506c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/inst/B/rori.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ definedBy:
assembly: xd, xs1, shamt
encoding:
RV32:
match: 0110000----------101-----0110011
match: 0110000----------101-----0010011
variables:
- name: shamt
location: 24-20
Expand All @@ -21,7 +21,7 @@ encoding:
- name: rd
location: 11-7
RV64:
match: 011000-----------101-----0110011
match: 011000-----------101-----0010011
variables:
- name: shamt
location: 25-20
Expand Down

0 comments on commit a8506c1

Please sign in to comment.