Add: new infos in the readme

This commit is contained in:
brice.boisson 2023-10-25 09:00:42 +09:00
parent a815601b50
commit 3eb7603cd0
1 changed files with 7 additions and 0 deletions

View File

@ -1 +1,8 @@
# 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 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 goal:
[] Single cycle RISC-V RVI32I CPU
[] Multi cycle CPU
[] Pipelining
[] (Bonus) RISC-V privileged ISA