Metadata-Version: 2.4
Name: peakrdl-cheader
Version: 1.1.0
Summary: Generate C Header files from a SystemRDL register model
Author: Alex Mykyta, Keith Brady
License: LGPLv3
Project-URL: Source, https://github.com/SystemRDL/PeakRDL-cheader
Project-URL: Tracker, https://github.com/SystemRDL/PeakRDL-cheader/issues
Project-URL: Changelog, https://github.com/SystemRDL/PeakRDL-cheader/releases
Project-URL: Documentation, https://peakrdl-cheader.readthedocs.io/
Keywords: SystemRDL,PeakRDL,CSR,compiler,tool,registers,generator,C,header,software
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.31
Requires-Dist: jinja2
Provides-Extra: cli
Requires-Dist: peakrdl-cli>=1.2.3; extra == "cli"
Dynamic: license-file

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

# PeakRDL C Header
Generate C Header files from a SystemRDL register model.

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

## Documentation
See the [PeakRDL C Header Documentation](https://peakrdl-cheader.readthedocs.io) for more details
