Go to file
brice.boisson db5d909402 Add: begining bubble sort test | Fix: branch and imm value extension 2023-10-25 11:07:19 +09:00
rtl Add: begining bubble sort test | Fix: branch and imm value extension 2023-10-25 11:07:19 +09:00
scripts Add: basic element for risc-v single cycle cpu 2023-10-20 18:48:18 +09:00
sim Add: Makefile 2023-10-11 17:43:36 +09:00
tb Add: begining bubble sort test | Fix: branch and imm value extension 2023-10-25 11:07:19 +09:00
.gitignore Add: begining bubble sort test | Fix: branch and imm value extension 2023-10-25 11:07:19 +09:00
Makefile Add: Makefile 2023-10-11 17:43:36 +09:00
README.md Fix: synthax 2023-10-25 09:03:02 +09:00

README.md

RISC-V Verilog

This project is an educative project with the goal to implement a basic RISC-V CPU in Verilog for an educative purpose.

This CPU will implement the RV32I ISA, with the following goals:

  • Single cycle RISC-V RVI32I CPU
  • Multi cycle CPU
  • Pipelining
  • (Bonus) RISC-V privileged ISA