.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
.github/workflows/build.yml
docs/Makefile
docs/conf.py
docs/configuring.rst
docs/gallery.rst
docs/index.rst
docs/licensing.rst
docs/processing-input.rst
docs/requirements.txt
docs/systemrdl-tutorial.rst
docs/for-devs/cfg_schema.rst
docs/for-devs/descriptors.rst
docs/for-devs/exporter-plugin.rst
docs/for-devs/importer-plugin.rst
examples/atxmega_spi.h
examples/atxmega_spi.rdl
examples/atxmega_spi.xml
examples/atxmega_spi_bf.h
examples/atxmega_spi_uvm_pkg.sv
examples/regblock/atxmega_spi.sv
examples/regblock/atxmega_spi_pkg.sv
src/peakrdl/__about__.py
src/peakrdl/__init__.py
src/peakrdl/__main__.py
src/peakrdl/importer.py
src/peakrdl/main.py
src/peakrdl/process_input.py
src/peakrdl/py.typed
src/peakrdl/subcommand.py
src/peakrdl.egg-info/PKG-INFO
src/peakrdl.egg-info/SOURCES.txt
src/peakrdl.egg-info/dependency_links.txt
src/peakrdl.egg-info/entry_points.txt
src/peakrdl.egg-info/requires.txt
src/peakrdl.egg-info/top_level.txt
src/peakrdl/cmd/__init__.py
src/peakrdl/cmd/dump.py
src/peakrdl/cmd/list_globals.py
src/peakrdl/cmd/preprocess.py
src/peakrdl/config/__init__.py
src/peakrdl/config/loader.py
src/peakrdl/config/schema.py
src/peakrdl/plugins/__init__.py
src/peakrdl/plugins/entry_points.py
src/peakrdl/plugins/exporter.py
src/peakrdl/plugins/importer.py
test/.coveragerc
test/.gitignore
test/mypy.ini
test/pylint.rc
test/requirements.txt
test/run.sh
test/test_basics.py
test/test_cfg.py
test/test_cfg_schema.py
test/test_core_commands.py
test/test_import.py
test/unittest_utils.py
test/testdata/bad_plugin.toml
test/testdata/bad_pythonpath.toml
test/testdata/circular.f
test/testdata/dummy_exporter.py
test/testdata/dummy_importer.py
test/testdata/dump_nested.f
test/testdata/parameters.rdl
test/testdata/peakrdl.toml
test/testdata/structural.rdl
test/testdata/structural.xml
test/testdata/toml_dir1/peakrdl.toml
test/testdata/toml_dir2/.peakrdl.toml