update README.md
All checks were successful
Build / Run Test `test_basic` (push) Successful in -59s
Build / Run Test `test_c` (push) Successful in -58s

This commit is contained in:
2025-08-29 01:29:04 -06:00
parent ecba3742d3
commit 4beed25f84

View File

@@ -16,6 +16,17 @@ Desired features:
- [ ] instruction and data caches
- [ ] JTAG debug probe
## Development
### Testing
I'm using [act](https://github.com/nektos/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
```bash
act push
```
## Resources
* [AXI4 Protocol Specification](https://developer.arm.com/documentation/ihi0022/e/AMBA-AXI3-and-AXI4-Protocol-Specification?lang=en)
* [JTAG Bus Description](https://web.archive.org/web/20230314233136/http://www.interfacebus.com/Design_Connector_JTAG_Bus.html)