Fix: synthax
This commit is contained in:
parent
9c151ccbb2
commit
a15dc204e5
|
@ -2,7 +2,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 goals:
|
||||||
- [ ] Single cycle RISC-V RVI32I CPU
|
- [ ] Single cycle RISC-V RVI32I CPU
|
||||||
- [ ] Multi cycle CPU
|
- [ ] Multi cycle CPU
|
||||||
- [ ] Pipelining
|
- [ ] Pipelining
|
||||||
|
|
Loading…
Reference in New Issue