From 83ac343f6598217d3c04bd2730e8d87998941b86 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sun, 14 Mar 2021 02:04:38 +0100 Subject: [PATCH] Add readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa5516b --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +The original repository is located on my own git-server at [https://git.goodcleanfun.de/tmeissner/lfd111x_building_a_risc-v-cpu_core](https://git.goodcleanfun.de/tmeissner/lfd111x_building_a_risc-v-cpu_core) + +It is mirrored to github with every push, so both should be in sync. + + +# lfd111x_building_a_risc-v-cpu_core + +Code from the Linux Foundation course [*Building a RISC-V CPU Core*](https://learning.edx.org/course/course-v1:LinuxFoundationX+LFD111x+1T2021/home) at edX. I have added VHDL implementations equivalent to the TL-Verilog ones.