.envrc
.gitignore
CHANGELOG.md
LICENSE
README.md
flow.yaml
ivpm.yaml
pyproject.toml
.forgejo/workflows/ci.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/dev.rst
docs/index.rst
docs/installation.rst
docs/limitations.rst
docs/mapping.rst
docs/requirements.txt
docs/templates.rst
docs/usage.rst
src/peakrdl_fw_hdl/__about__.py
src/peakrdl_fw_hdl/__init__.py
src/peakrdl_fw_hdl/__peakrdl__.py
src/peakrdl_fw_hdl/build.py
src/peakrdl_fw_hdl/diagnostics.py
src/peakrdl_fw_hdl/exporter.py
src/peakrdl_fw_hdl/fe_compat.py
src/peakrdl_fw_hdl/fe_root_stub.sv
src/peakrdl_fw_hdl/identifiers.py
src/peakrdl_fw_hdl/model.py
src/peakrdl_fw_hdl/svrender.py
src/peakrdl_fw_hdl/width_listener.py
src/peakrdl_fw_hdl.egg-info/PKG-INFO
src/peakrdl_fw_hdl.egg-info/SOURCES.txt
src/peakrdl_fw_hdl.egg-info/dependency_links.txt
src/peakrdl_fw_hdl.egg-info/entry_points.txt
src/peakrdl_fw_hdl.egg-info/requires.txt
src/peakrdl_fw_hdl.egg-info/top_level.txt
src/peakrdl_fw_hdl/templates/main.sv
src/peakrdl_fw_hdl/templates/masks.sv
src/peakrdl_fw_hdl/templates/reg_block.sv
src/peakrdl_fw_hdl/templates/struct.sv
src/peakrdl_fw_hdl/templates/top_include.svh
src/peakrdl_fw_hdl/templates/top_pkg.sv
tests/conftest.py
tests/utils.py
tests/cli/test_cli.py
tests/golden/test_golden.py
tests/golden/test_golden_dma.py
tests/golden/expect/access_pkg.sv
tests/golden/expect/arrays_pkg.sv
tests/golden/expect/bridge_pkg.sv
tests/golden/expect/dma_pkg.sv
tests/golden/expect/fields_pkg.sv
tests/golden/expect/flat_hdr.svh
tests/golden/expect/flat_nocomments.sv
tests/golden/expect/flat_pkg.sv
tests/golden/expect/hier_hier_style.sv
tests/golden/expect/hier_pkg.sv
tests/golden/expect/reuse_pkg.sv
tests/golden/expect/unsupported_pkg.sv
tests/golden/expect/widths_pkg.sv
tests/rdl/access.rdl
tests/rdl/arrays.rdl
tests/rdl/bridge.rdl
tests/rdl/dma.rdl
tests/rdl/fields.rdl
tests/rdl/flat.rdl
tests/rdl/hier.rdl
tests/rdl/reuse.rdl
tests/rdl/unsupported.rdl
tests/rdl/widths.rdl
tests/roundtrip/test_roundtrip.py
tests/sv/flow.yaml
tests/sv/gen_tb.py
tests/sv/test_sv.py
tests/unit/test_access.py
tests/unit/test_arrays.py
tests/unit/test_decode.py
tests/unit/test_diagnostics.py
tests/unit/test_docs.py
tests/unit/test_hier.py
tests/unit/test_identifiers.py
tests/unit/test_layout.py
tests/unit/test_model.py
tests/unit/test_reuse.py
tests/unit/test_templates.py
tests/unit/test_widths.py