RISC-V CPU
Find a file
Brendan Haines a211591884
All checks were successful
Build / Run Test `test_basic` (push) Successful in -45m11s
Build / Run Test `test_c` (push) Successful in -45m12s
switch to upload-artifact v3
2025-09-26 21:10:53 -06:00
.github/workflows switch to upload-artifact v3 2025-09-26 21:10:53 -06:00
.vscode add risc-v syntax hilighting 2025-08-28 00:53:50 -06:00
docs editable pngs are nifty 2025-08-29 00:53:05 -06:00
lib fix rdata output 2022-12-07 20:03:13 -07:00
other_projects add start of JTAG TAP 2021-09-09 00:06:57 -06:00
src add .text.startup section 2025-08-29 00:22:51 -06:00
tests update documentation 2025-08-29 00:45:50 -06:00
.actrc upload artifacts 2025-09-26 21:08:38 -06:00
.gitignore upload artifacts 2025-09-26 21:08:38 -06:00
icon.png add icon 2025-08-29 01:36:02 -06:00
README.md update readme 2025-09-08 20:52:51 -06:00

RISC-V CPU

Short Term To Do:

  • add stalls for memory access
  • use AXI for memory access (depends on AXIL memory module for test)
  • add tests for non-pipelined case
  • get C working (may depend on memory stalls)

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
  • multiplication
  • division
  • instruction and data caches
  • JTAG debug probe

Development

Testing

I'm using act for local testing. No special installation is required since everything gets built and tested in containers as part of the CI actions.

To run the tests, use

act push

Resources

Attribution