Metadata-Version: 2.4
Name: peakrdl-systemrdl
Version: 1.0.1
Summary: Write a register model to a SystemRDL file
Author: Alex Mykyta
License: LGPLv3
Project-URL: Source, https://github.com/SystemRDL/PeakRDL-systemrdl
Project-URL: Tracker, https://github.com/SystemRDL/PeakRDL-systemrdl/issues
Project-URL: Changelog, https://github.com/SystemRDL/PeakRDL-systemrdl/releases
Keywords: SystemRDL,PeakRDL,CSR,compiler,tool,registers,generator
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: systemrdl-compiler~=1.30
Provides-Extra: cli
Requires-Dist: peakrdl-cli>=1.5.0; extra == "cli"
Dynamic: license-file

[![build](https://github.com/SystemRDL/PeakRDL-systemrdl/workflows/build/badge.svg)](https://github.com/SystemRDL/PeakRDL-systemrdl/actions?query=workflow%3Abuild+branch%3Amain)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/peakrdl-systemrdl.svg)](https://pypi.org/project/peakrdl-systemrdl)

# PeakRDL-systemrdl
Export a compiled register model into SystemRDL code.

Useful when converting from other imported file formats.

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

## Example

The easiest way to use PeakRDL-systemrdl is via the [PeakRDL command line tool](https://peakrdl.readthedocs.io/):

```bash
# Install the command line tool
python3 -m pip install peakrdl

# Convert IP-XACT to SystemRDL
peakrdl systemrdl your_design.xml -o your_design.rdl
```
