Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.01 KB

Documentation Status build PyPI - Python Version

PeakRDL for BEAM languages

Generate Erlang or Elixir modules from a SystemRDL register model.

For the command line tool, see the PeakRDL project.

This plugin was strongly based on PeakRDL cheader.

TODO

  • Implement Elixir generator
  • Add unit tests

Documentation

See the PeakRDL BEAM Documentation for more details.

Development

  • Python virtual env

    python3 -m venv venv
    venv/bin/active
    
  • Install dependencies

    pip install -e .
    pip install peakrdl