Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 247 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 247 Bytes

RISC-V CPU Core

Implementation of a 32-bit RISC-V CPU core in SystemVerilog

TODO

  • RV32I Base Integer Instructions
  • Single-cycle CPU implementation
  • Implement on FPGA (OrangeCrab?)
  • Pipelining
  • Add an ML accelerator