Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.63 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.63 KB

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.