Skip to content

Commit

Permalink
Merge branch 'piotro/b-fix' into piotro/enable-regression-extenstions
Browse files Browse the repository at this point in the history
  • Loading branch information
piotro888 committed Feb 29, 2024
2 parents f036568 + 51d0b12 commit 07def27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/frontend/test_instr_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def test_decoded_distinguishable(self):
Encoding(Opcode.OP_IMM, Funct3.BSET, Funct7.BSET),
Encoding(Opcode.OP_IMM, Funct3.BINV, Funct7.BINV),
},
OpType.BIT_MANIPULATION: {
OpType.BIT_ROTATION: {
Encoding(Opcode.OP_IMM, Funct3.ROR, Funct7.ROR),
},
}
Expand Down

0 comments on commit 07def27

Please sign in to comment.