Skip to content

Commit

Permalink
Merge pull request #2078 from ThalesSiliconSecurity/test_isa
Browse files Browse the repository at this point in the history
ISACOV : switch beq instruction register
  • Loading branch information
JeanRochCoulon authored Jul 26, 2023
2 parents 60a3c99 + 44343f7 commit fa24d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cva6/tests/custom/isacov/branch_to_zero.S
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ branch2:
branch3:
bltu a1, a1, branch3
branch4:
beq a1, zero, branch4
beq zero, a1, branch4
branch5:
bne t5, t5, branch5
addi a0, a0, 22
Expand Down

0 comments on commit fa24d9f

Please sign in to comment.