RISC-V CPU
Go to file
2021-08-11 00:24:05 -06:00
documentation add a basic diagram 2021-07-03 21:18:03 -06:00
other_projects large restructure 2021-08-11 00:18:46 -06:00
src large restructure 2021-08-11 00:18:46 -06:00
testbench hardcode top level makefile 2021-08-11 00:21:00 -06:00
.gitignore large restructure 2021-08-11 00:18:46 -06:00
.gitlab-ci.yml hopefully fix pipeline 2021-08-11 00:24:05 -06:00
decoder.xlsx large restructure 2021-08-11 00:18:46 -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