Metadata-Version: 2.4
Name: amaranth-zynq
Version: 0.1.0
Summary: Amaranth Zynq support
Author-email: andresdemski <andresdemski@gmail.com>, Yichao Yu <yyc1992@gmail.com>
License-Expression: BSD-2-Clause
Project-URL: Source Code, https://github.com/yuyichao/amaranth-zynq
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: amaranth~=0.5.0
Requires-Dist: amaranth-boards~=0.0.9
Requires-Dist: transactron~=0.6.1
Requires-Dist: amaranth-axi @ git+https://github.com/yuyichao/amaranth-axi
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: pytest-xdist>=3.5.0; extra == "dev"
Dynamic: license-file

# amaranth-zynq: Amaranth wrapper for Zynq devices.

With this package you will be able to instantiate a processor system
for Zynq devices without Block design and other Vivado ugly stuff.

Currently, It just supports AXI interfaces, clocks, irq and reset signals.
