RISC-V CPU
Go to file
2021-07-03 18:48:07 -06:00
hdl fix loading of sectios other than .text and get rid of massive sed chain for .hex generation 2021-07-02 04:47:40 -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 cleanup 2021-07-03 18:48:07 -06: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