https://github.com/pulp-platform/axi_rt
https://github.com/pulp-platform/axi_rt
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pulp-platform/axi_rt
- Owner: pulp-platform
- License: other
- Created: 2023-07-07T12:22:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T11:10:28.000Z (over 1 year ago)
- Last Synced: 2025-03-21T10:23:42.374Z (over 1 year ago)
- Language: SystemVerilog
- Size: 115 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# A real-time extension for AMBA AXI4 protocol
[](https://github.com/pulp-platform/axi_rt/actions/workflows/gitlab-ci.yml?query=branch%3Amaster)
[](CHANGELOG.md)
[](LICENSE)
This repository provides a modular real-time extension for AXI4-based memory systems. AXI-RT is part
of the [PULP (Parallel Ultra-Low-Power) platform](https://pulp-platform.org/). It is independent of
the specific AXI4 implementation used. However, it is primarily intended to be used with our
[AXI4+ATOP implementation](https://github.com/pulp-platform/axi).
## License
AXI-RT is released under Solderpad v0.51 (SHL-0.51) see [`LICENSE`](LICENSE):
## Contributing
We are happy to accept pull requests and issues from any contributors. See [`CONTRIBUTING.md`](CONTRIBUTING.md)
for additional information.
## Getting Started
The IP can be reconfigured using the `axirt.mk` make fragment. The provided makefile gives
a reference on how to invoke the fragment.
``` bash
make axirt_regs
```