RISC-V CPU
Go to file
2021-07-03 21:02:48 -06:00
hdl prevent simulation from printing all writes to regfile 2021-07-03 21:02:48 -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