.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
src/peakrdl_pyuvm/__init__.py
src/peakrdl_pyuvm/__peakrdl__.py
src/peakrdl_pyuvm/exporter.py
src/peakrdl_pyuvm/hello.py
src/peakrdl_pyuvm/pre_export_listener.py
src/peakrdl_pyuvm.egg-info/PKG-INFO
src/peakrdl_pyuvm.egg-info/SOURCES.txt
src/peakrdl_pyuvm.egg-info/dependency_links.txt
src/peakrdl_pyuvm.egg-info/entry_points.txt
src/peakrdl_pyuvm.egg-info/requires.txt
src/peakrdl_pyuvm.egg-info/top_level.txt
src/peakrdl_pyuvm/templates/init.py.j2
src/peakrdl_pyuvm/templates/main.j2
src/peakrdl_pyuvm/templates/utils.j2
src/peakrdl_pyuvm/templates/uvm_reg.py.j2
src/peakrdl_pyuvm/templates/uvm_reg_block-mem.py.j2
src/peakrdl_pyuvm/templates/uvm_reg_block.py.j2
src/peakrdl_pyuvm/templates/uvm_vreg.py.j2
test/__init__.py
test/test_exporter.py
test/test_hello.py
test/resources/TinyALUreg.rdl
test/resources/__init__.py