FF-Industries / DSD_AHP_RISC_V

0 stars 0 forks source link

Instructions To Be Added #3

Open GauthamVarmaK opened 1 year ago

GauthamVarmaK commented 1 year ago

The current RISC-V core (from TextBook) may not support these instructions: -

SLL SLLI SRA SRAI

LUI AUIPC

XOR XORI

BNE BLT BLTU BGEU BGE

SLT SLTI SLTU SLTIU

JALR

FENCE FENCE.I ECALL EBREAK

LB LH LBU LHU SB SH

GauthamVarmaK commented 11 months ago

My version supports these instructions in addition to the one from text book: -

Doesn't Support these:-

These are not part of basic version:-