Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 666 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 666 Bytes

RSIM

A RISC-V simulator, which can simulate the Base RV32I ISA. The simulator takes a .bin file as input, created from the RASM assembler.

Supported Instructions

R Type: ADD, SUB, SIL, SLT, SLTU, XOR, SRL, SRA, OR, AND

I Type: ADDI, JALR, SLLI, SLTI, SLTIU, XORI, SRLI, SRAI, ORI, ANDI, LW, LH, LB

S Type: SB, SH, SW

B Type: BEQ, BNE, BLT, BGE, BLTU, BGEU

J Type: JAL

U Type: LUI, AUIPC