-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zce Branch: BEQI and BNEI should not be inferred when Immediate is 0 #33
Comments
commit should fix this problem. you can try again. |
Hi @ChunyuLiao, Thank you for fixing this one. I was checking this against our proof of concept core, and noticed that the encoding is not matching the 0.50.1 release, so I could not check that everything is completely correct until #34 is also fixed. Kind regards, |
I think we have solved the problem, so I am going to close this issue. if there is still a problem, please reopen it |
Updated MAC instructions for CV32E40P from version 1 to version 2 according to the documentation.
BEQI and BNEI should not be inferred when the Immediate is 0, since we could already use c.beqz and c.bnez (16 bit instructions).
The text was updated successfully, but these errors were encountered: