Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 690 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 690 Bytes

sw

PULP-SDK and PULP-RUNTIME exercises

PULPissimo documentation

PULPissimo's documentation is available here https://github.com/pulp-platform/pulpissimo/blob/master/doc/datasheet/datasheet.pdf It is also in this repository as pulpissimo-datasheet.pdf.

register_interface and regtool.py

Our register_interface tooling is available on https://github.com/pulp-platform/register_interface, but we put it in here for convenience's sake.

The documentation of regtool.py is available herehttps://docs.opentitan.org/util/reggen/README/

Dependencies for regtool.py. Requires python3.6 >=.

python3.6 -m pip install mako --user
python3.6 -m pip install hjson --user