RISC-V CPU
Go to file
2021-07-02 05:16:30 -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 trying to also use .c files. Not yet working but doesn't break .as files 2021-07-02 05:16:30 -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 Update .gitlab-ci.yml file 2021-07-02 08:35:22 +00:00
.gitmodules uggh. now it doesn't track the submodule when I move it 2020-09-27 18:06:35 -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
project.cfg passes quick tests for: lui, addi, add, sub, and, or, xor, andi. jump works but does not link 2020-10-11 23:03:14 -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