peakrdl-pss
Generate a PSS (Portable Test and Stimulus) register package from a SystemRDL register description.
python3 -m pip install peakrdl-pss
peakrdl pss my_design.rdl -o my_regs.pss
The output is a .pss file containing a packed_s<> struct and a
pure component ... : reg_c<> per register type, and a
pure component ... : reg_group_c per addrmap/regfile implementing the
offset functions a PSS tool uses to resolve addresses.
Where a construct has no PSS representation, the export fails rather than
emitting something plausible — a 128-bit register emitted as a reg_c parses
cleanly and is wrong. Where the mapping is possible but lossy, the exporter emits
it and reports exactly what it dropped.
Documentation
See docs/ (Sphinx): the mapping, the CLI, diagnostics by ID, and what is not
supported.
Development
ivpm update && source .envrc
python -m pip install -e . --no-deps
pytest
See the contributing page in the docs for how the test suite is organized.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file peakrdl_pss-0.0.1.tar.gz.
File metadata
- Download URL: peakrdl_pss-0.0.1.tar.gz
- Upload date:
- Size: 32.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2dddefcb7597ac5a71e171e8b5517cd295370646a5f43e452d1f361ae2831532
|
|
| MD5 |
58fd9a74ece7b8aab134c97d5dfabfc3
|
|
| BLAKE2b-256 |
44e452a7605c0bd2d1ad95242e4e6354e9140009eff69ef9da6f91a6e99969de
|
File details
Details for the file peakrdl_pss-0.0.1-py3-none-any.whl.
File metadata
- Download URL: peakrdl_pss-0.0.1-py3-none-any.whl
- Upload date:
- Size: 38.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e23ee476c98ee365ba4de042fc4d62023aec7616a61190b791643446e46140a
|
|
| MD5 |
7371d9d9bd9024283007572b1e5d757d
|
|
| BLAKE2b-256 |
fb8a2f1f393ac274aaada7b09c4e391f9d9cdd8c1bfb7807833845b32f8ed005
|