RISC-V CPU
Go to file
2021-07-03 19:39:22 -06:00
hdl add ability to wait for memory writes 2021-07-03 19:39:22 -06:00
test cleanup 2021-07-03 18:48:07 -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 trying to also use .c files. Not yet working but doesn't break .as files 2021-07-02 05:16:30 -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