Update README.md

This commit is contained in:
Kacper 2022-07-12 11:39:02 +01:00 committed by GitHub
parent 6ee15e92b3
commit 561f8d88ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,8 @@ The main goal of this project was to build a general-purpose CPU, capable of per
### Quick Links
- [Full project documentation, including design choices, implementation and planning](./docs/Report.pdf)
- [Video demonstration of the project](./docs/Demo.mp4)
- [Instruction set documentation](https://www.youtube.com/watch?v=jOJJTngltEg)
- [Video demonstration of the project](https://www.youtube.com/watch?v=jOJJTngltEg)
- [Instruction set documentation](./docs/ISA.pdf)
- [CPU block diagram](./docs/cpuStructure.png)
- [CPU source files](./src/)