Introduction

This package implements a Markdown exporter for the PeakRDL toolchain.

Installing

Install from PyPi using pip:

python3 -m pip install peakrdl-markdown

If you want to use official PeakRDL CLI you can install with cli extra:

python3 -m pip install peakrdl-markdown[cli]

Quick Start

Exporting to Python interface

The module integrates with PeakRDL CLI interface (via optional extra cli):

peakrdl markdown input_file.rdl -o output_file.md