Metadata-Version: 2.1
Name: peakrdl-ipxact
Version: 3.2.2
Summary: Import and export IP-XACT XML to/from the systemrdl-compiler register model
Home-page: https://github.com/SystemRDL/PeakRDL-ipxact
Author: Alex Mykyta
Author-email: amykyta3@github.com
Project-URL: Documentation, https://peakrdl-ipxact.readthedocs.io
Project-URL: Source, https://github.com/SystemRDL/PeakRDL-ipxact
Project-URL: Tracker, https://github.com/SystemRDL/PeakRDL-ipxact/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Requires-Python: >=3.5.2
Description-Content-Type: text/markdown
License-File: LICENSE

[![Documentation Status](https://readthedocs.org/projects/peakrdl-ipxact/badge/?version=latest)](http://peakrdl-ipxact.readthedocs.io)
[![build](https://github.com/SystemRDL/PeakRDL-ipxact/workflows/build/badge.svg)](https://github.com/SystemRDL/PeakRDL-ipxact/actions?query=workflow%3Abuild+branch%3Amain)
[![Coverage Status](https://coveralls.io/repos/github/SystemRDL/PeakRDL-ipxact/badge.svg?branch=main)](https://coveralls.io/github/SystemRDL/PeakRDL-ipxact?branch=main)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/peakrdl-ipxact.svg)](https://pypi.org/project/peakrdl-ipxact)

# PeakRDL-ipxact
This package implements IP-XACT import and export for the PeakRDL toolchain.

- **Export:** Convert compiled SystemRDL input into IP-XACT XML
- **Import:** Read an IP-XACT file and import it into the `systemrdl-compiler` namespace

For the command line tool, see the [PeakRDL project](https://peakrdl.readthedocs.io).

## Documentation
See the [PeakRDL-ipxact Documentation](http://peakrdl-ipxact.readthedocs.io) for more details
