You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
757 B

3 years ago
  1. [![tests](https://github.com/tmeissner/lfd111x_building_a_risc-v-cpu_core/workflows/tests/badge.svg?branch=master)](https://github.com/tmeissner/lfd111x_building_a_risc-v-cpu_core/actions?query=workflow%3Atests)
  2. 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)
  3. It is mirrored to github with every push, so both should be in sync.
  4. # lfd111x_building_a_risc-v-cpu_core
  5. 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.