From ac8c3f8e9490eb0f87c7b1a0b65cde0ee6572ab9 Mon Sep 17 00:00:00 2001 From: Steve Hoover Date: Wed, 17 Feb 2021 17:36:29 -0500 Subject: [PATCH 1/3] Update README.md Updated reference solutions link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b58d0a4..41cc78a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To begin the first RISC-V lab, use this link to reference solution to help with syntax, etc. +In case you get stuck, we've got your back! These reference solutions will help with syntax, etc. without handing your the answers. ## Final Result: From 42316d6e247458965c3b75f9d82226018969b74a Mon Sep 17 00:00:00 2001 From: Steve Hoover Date: Wed, 17 Feb 2021 17:38:52 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41cc78a..ddd6930 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ To begin the first RISC-V lab, use this link to reference solutions will help with syntax, etc. without handing your the answers. -## Final Result: +## Final Result ![Final Core](lib/riscv.svg) From 87d119179dc3e98cae61b062cd1762357582d7a9 Mon Sep 17 00:00:00 2001 From: Steve Hoover Date: Wed, 17 Feb 2021 17:40:39 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddd6930..fbc7aa6 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ Accompanying resources for the [Building a RISC-V CPU Core](https://courses.edx. ## RISC-V Starting-Point Code -To begin the first RISC-V lab, use this link to open starting-point code in makerchip. +To begin the first RISC-V lab, Ctrl-click this link to open starting-point code in makerchip. ## RISC-V Reference Solution -In case you get stuck, we've got your back! These reference solutions will help with syntax, etc. without handing your the answers. +In case you get stuck, we've got your back! These reference solutions (Ctrl-click) will help with syntax, etc. without handing your the answers. ## Final Result