From f88c24f20b0e0b011250904accab3cfe1116c302 Mon Sep 17 00:00:00 2001 From: Magnus Jahre Date: Tue, 20 Aug 2019 17:28:51 +0200 Subject: [PATCH] Layout fixes to the readme --- README.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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