Closed abukharmeh closed 2 years ago
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, Ibrahim.
I think we have solved the problem, so I am going to close this issue. if there is still a problem, please reopen it
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).