Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RISC-V CPU

MiniRISCV.circ is a RISC-V CPU mplemented in logism. The version used can be found here: https://github.com/cs3410/logisim-evolution.

The processor is pipelined and supports the following instructions:

Arithmetics: ADD, ADDI, SUB, AUIPC

Logic: AND, ANDI, OR, ORI, XOR, XORI, SLT, SLTI, SLTU, SLTIU

Shifts: SRA, SRAI, SRL, SRLI, SLL, SLLI

Load Immediate: LUI

Jumps: JAL, JALR

Branches: BEQ, BNE, BLT, BGE, BLTU, BGEU

Memory Load/Store (little endian): SW, SB, LW, LB

About

A pipelined RISC-V CPU implemented with Logism

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages