Add: change progression status
This commit is contained in:
parent
9613e2566e
commit
ae0d20b5e7
|
@ -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 goals:
|
This CPU will implement the RV32I ISA, with the following goals:
|
||||||
- [ ] Single cycle RISC-V RVI32I CPU
|
- [X] Single cycle RISC-V RVI32I CPU
|
||||||
- [ ] Multi cycle CPU
|
- [ ] Multi cycle CPU
|
||||||
- [ ] Pipelining
|
- [ ] Pipelining
|
||||||
- [ ] (Bonus) RISC-V privileged ISA
|
- [ ] (Bonus) RISC-V privileged ISA
|
Loading…
Reference in New Issue