peakrdl_python_simple

Export Python description from the systemrdl-compiler register model


License
GPL-3.0-only
Install
pip install peakrdl_python_simple==0.2.14

Documentation

Documentation Status build Coverage Status PyPI - Python Version

PeakRDL-Python

This package implements Python register abstraction layer export for the PeakRDL toolchain.

  • Export: Convert compiled SystemRDL input into Python register interface.

For the command line tool, see the PeakRDL project.

Usage

The basic install comes without the exporter capability, so that the package can be installed on low-end devices without the need to install systemrdl-compiler. To have the generator capability install with generator extra:

$ pip install peakrdl-python-simple[generator]

PeakRDL project provides a standard CLI interface. It can be installed directly via pip or by installing this package with cli extra:

$ pip install peakrdl-python-simple[cli]

Then this package can be used with the following command:

$ peakrdl python-simple input_file.rdl -o output_interface.py

Documentation

See the PeakRDL-Python-simple Documentation for more details.