Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 283 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 283 Bytes

RISC-V Cores

Repository of RISC-V architecture soft-cores written while practicing computer architecture and Verilog.

Content

  • RV32I-Single-Cycle: First core ever attempted. Simple single cycle single core implementing RV32I instruction set, with Harvard architecture.