Metadata-Version: 2.4
Name: amaranth-axi
Version: 0.1.0
Summary: Amaranth support for AXI bus
Project-URL: Source Code, https://github.com/yuyichao/amaranth-axi
Author-email: Yichao Yu <yyc1992@gmail.com>
License-Expression: BSD-2-Clause
License-File: LICENSE.txt
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Requires-Python: >=3.6
Requires-Dist: amaranth~=0.5.0
Requires-Dist: transactron~=0.6.1
Provides-Extra: dev
Requires-Dist: hypothesis>=6.99.6; extra == 'dev'
Requires-Dist: pytest-xdist>=3.5.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# amaranth-axi

Amaranth support for AXI3/AXI4/AXI4Lite interfaces.

Uses [wb2axip](http://github.com/zipcpu/wb2axip) cores for certain functions.

This is a fork of [`amaranth-wb2axip`](https://github.com/satellogic/nmigen-wb2axip) by andresdemski.
