Skip to content

Commit

Permalink
Rearrange readme and add overview image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Domipheus committed Sep 11, 2018
1 parent 439781c commit 9f24beb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ Basic RISC-V CPU implementation in VHDL.

This is a RV32I ISA CPU implementation, based off of my TPU CPU design. It is very simple, is missing several features, but can run rv32i-compiled GCC toolchain binaries at over 200MHz on a Digilent Arty S7-50 board, built with Xilinx Spartan 7 tools.

Implementation detail is written about via blogs available at http://labs.domipheus.com/blog/designing-a-cpu-in-vhdl-part-15-introducing-rpu/
Please let me know if you are using any of the RPU design in your own projects! I am contactable on twitter @domipheus.

The tests in the repo are incredibly old and basic, and included only as a baseline to help. They will be expanded upon in time.
# Implementation

Please let me know if you are using any of the RPU design in your own projects! I am contactable on twitter @domipheus.
![RPU Core overview](https://raw.githubusercontent.com/Domipheus/RPU/master/rpu_core_diagram.png)

Implementation detail is written about via blogs available at http://labs.domipheus.com/blog/designing-a-cpu-in-vhdl-part-15-introducing-rpu/

The tests in the repo are incredibly old and basic, and included only as a baseline to help. They will be expanded upon in time.

0 comments on commit 9f24beb

Please sign in to comment.