You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Implement the 16 to 32 bit Decoder for `Zcb` Instructions having OP[1:0] = 2'b01
- The 16 bit -> 32 bit instruction mapping is given as follows:
c.zext.b -> andi
c.sext.b -> sext.b (require Zbb)
c.zext.h -> zext.h (require Zbb)
c.sext.h -> sext.h (require Zbb)
c.zext.w -> add.uw (require Zba, only for RV64)
c.not -> xori
c.mul -> mul (Require M standard extension)
Signed-off-by: Abdul Wadood <[email protected]>
0 commit comments