Fix: readme checkbox 2

This commit is contained in:
brice.boisson 2023-10-25 09:02:19 +09:00
parent 298e14be54
commit 9c151ccbb2
1 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
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: This CPU will implement the RV32I ISA, with the following goal:
- [] Single cycle RISC-V RVI32I CPU - [ ] Single cycle RISC-V RVI32I CPU
- [] Multi cycle CPU - [ ] Multi cycle CPU
- [] Pipelining - [ ] Pipelining
- [] (Bonus) RISC-V privileged ISA - [ ] (Bonus) RISC-V privileged ISA