diff --git a/README.org b/README.org index 3ba1b61..c88454d 100644 --- a/README.org +++ b/README.org @@ -3,11 +3,11 @@ If you use it for your course, please let me know how it went and feel free (or even slightly pressured) to submit pull requests with improvements. In order to get started you should go through the introductory material: -[[./hdl.org][Introduction to hardware description languages -]][[./introduction.org][Introduction to hardware chisel]] +- [[./hdl.org][Introduction to hardware description languages]] +- [[./introduction.org][Introduction to hardware chisel]] -The deliverable for this exercise is constructing a matrix multiplying unit. -[[./exercise.org][Matrix multiplier exercise]] +The deliverable for this exercise is constructing a matrix multiplying unit: +- [[./exercise.org][Matrix multiplier exercise]] -The main course(work) for creating a 5-stage RISCV pipeline can be found here -https://github.com/PeterAaser/TDT4255_EX2 +The main course(work) for creating a 5-stage RISCV pipeline can be found here: +- https://github.com/PeterAaser/TDT4255_EX2