mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-11-09 21:14:57 -07:00
RISC-V CPU
hdl | ||
test | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
Makefile | ||
project.cfg | ||
README.md |
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