mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
Merge pull request #2078 from ThalesSiliconSecurity/test_isa
ISACOV : switch beq instruction register
This commit is contained in:
commit
fa24d9f122
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue