RISC-V CPU
Go to file
2021-07-03 21:18:03 -06:00
documentation add a basic diagram 2021-07-03 21:18:03 -06:00
hdl make mem_data_rvalid a reg in tb 2021-07-03 21:17:42 -06:00
test fix intentional test.S error 2021-07-03 21:01:29 -06:00
.gitignore initial commit. Non-working due to newly added MEM backpressure signal 2020-09-27 16:04:16 -06:00
.gitlab-ci.yml Fix .gitlab-ci.yml file 2021-07-04 00:52:26 +00:00
Makefile make sim will now fail if test hits fail state 2021-07-03 20:59:03 -06:00
README.md Add README.md 2021-05-04 04:47:58 +00:00

RISC-V CPU

Harvard architecture

Desired features:

  • 1- or 5-stage pipeline selectable via parameter
  • AXI-lite Master for both instruction and data memory
  • 32, 64, or 128 bit word size
  • floating point support
  • multiplication
  • division
  • instruction and data caches