Add linkback to cli tool on front page

This commit is contained in:
Alex Mykyta
2022-11-09 23:24:20 -08:00
parent 71c53b14e1
commit 920b2111db

View File

@@ -33,7 +33,14 @@ Install from `PyPi`_ using pip
Quick Start Quick Start
----------- -----------
The easiest way is to use the `PeakRDL command line tool <https://peakrdl.readthedocs.io/>`_:
.. code-block:: bash
peakrdl regblock atxmega_spi.rdl -o regblock/ --cpuif apb3-flat
Otherwise if you want, there is a Python API.
Below is a simple example that demonstrates how to generate a SystemVerilog Below is a simple example that demonstrates how to generate a SystemVerilog
implementation from SystemRDL source. implementation from SystemRDL source.