Files
cpu/README.md
Brendan Haines 9dddfd07c2
All checks were successful
Build / Run Test `test_basic` (push) Successful in -50s
Build / Run Test `test_c` (push) Successful in -58s
add icon
2025-08-29 01:36:02 -06:00

1.2 KiB

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