An open API service indexing awesome lists of open source software.

https://github.com/yasnakateb/chiselprocessor

Multicycle processor in Chisel3
https://github.com/yasnakateb/chiselprocessor

chisel chisel3 computer-architecture cpu mips processor sbt scala

Last synced: 3 days ago
JSON representation

Multicycle processor in Chisel3

Awesome Lists containing this project

README

          

# ChiselProcessor

### TODO

- ✅ Add ALU
- ✅ Add Control Unit
- ✅ Add Register File
- ✅ Add Memory
- ✅ Add Register
- ✅ Add Register with enable
- ✅ Add Control Branch
- ✅ Add Mux
- ✅ Add Shifter
- ✅ Add Sign Extension
- ⭕ Fix overflow
- ⭕ Fix PCEn
- ⭕ Test R_TYPE
- ⭕ Test LW
- ⭕ Test SW
- ⭕ Test BEQ
- ⭕ Test ADDI
- ⭕ Test J
- ⭕ Test MFC0

## Data Path
![](assets/datapath.jpg)