LICENSE
MANIFEST.in
README.md
pyproject.toml
src/peakrdl_pybind11/__init__.py
src/peakrdl_pybind11/__peakrdl__.py
src/peakrdl_pybind11/_version.py
src/peakrdl_pybind11/errors.py
src/peakrdl_pybind11/exporter.py
src/peakrdl_pybind11/int_types.py
src/peakrdl_pybind11/py.typed
src/peakrdl_pybind11.egg-info/PKG-INFO
src/peakrdl_pybind11.egg-info/SOURCES.txt
src/peakrdl_pybind11.egg-info/dependency_links.txt
src/peakrdl_pybind11.egg-info/entry_points.txt
src/peakrdl_pybind11.egg-info/requires.txt
src/peakrdl_pybind11.egg-info/top_level.txt
src/peakrdl_pybind11/cli/__init__.py
src/peakrdl_pybind11/cli/diff.py
src/peakrdl_pybind11/cli/explore.py
src/peakrdl_pybind11/cli/replay.py
src/peakrdl_pybind11/cli/strict_fields.py
src/peakrdl_pybind11/cli/udp_config.py
src/peakrdl_pybind11/cli/watch.py
src/peakrdl_pybind11/exporter_plugins/__init__.py
src/peakrdl_pybind11/exporter_plugins/feature_detection.py
src/peakrdl_pybind11/masters/__init__.py
src/peakrdl_pybind11/masters/_side_effect_model.py
src/peakrdl_pybind11/masters/base.py
src/peakrdl_pybind11/masters/callback.py
src/peakrdl_pybind11/masters/mock.py
src/peakrdl_pybind11/masters/mock_extensions.py
src/peakrdl_pybind11/masters/openocd.py
src/peakrdl_pybind11/masters/recording_replay.py
src/peakrdl_pybind11/masters/sim.py
src/peakrdl_pybind11/masters/ssh.py
src/peakrdl_pybind11/runtime/__init__.py
src/peakrdl_pybind11/runtime/_default_shims.py
src/peakrdl_pybind11/runtime/_errors.py
src/peakrdl_pybind11/runtime/_protocols.py
src/peakrdl_pybind11/runtime/_registry.py
src/peakrdl_pybind11/runtime/aliases.py
src/peakrdl_pybind11/runtime/arrays.py
src/peakrdl_pybind11/runtime/async_session.py
src/peakrdl_pybind11/runtime/bits.py
src/peakrdl_pybind11/runtime/bus_policies.py
src/peakrdl_pybind11/runtime/caching.py
src/peakrdl_pybind11/runtime/errors.py
src/peakrdl_pybind11/runtime/hot_reload.py
src/peakrdl_pybind11/runtime/info.py
src/peakrdl_pybind11/runtime/interrupts.py
src/peakrdl_pybind11/runtime/locking.py
src/peakrdl_pybind11/runtime/mem_view.py
src/peakrdl_pybind11/runtime/observers.py
src/peakrdl_pybind11/runtime/reset.py
src/peakrdl_pybind11/runtime/routing.py
src/peakrdl_pybind11/runtime/schema.py
src/peakrdl_pybind11/runtime/side_effects.py
src/peakrdl_pybind11/runtime/signals.py
src/peakrdl_pybind11/runtime/snapshot.py
src/peakrdl_pybind11/runtime/specialized.py
src/peakrdl_pybind11/runtime/trace.py
src/peakrdl_pybind11/runtime/transactions.py
src/peakrdl_pybind11/runtime/values.py
src/peakrdl_pybind11/runtime/wait_poll.py
src/peakrdl_pybind11/runtime/widgets.py
src/peakrdl_pybind11/templates/CMakeLists.txt.jinja
src/peakrdl_pybind11/templates/_array_binding_macros.jinja
src/peakrdl_pybind11/templates/bindings.cpp.jinja
src/peakrdl_pybind11/templates/bindings_chunk.cpp.jinja
src/peakrdl_pybind11/templates/bindings_main.cpp.jinja
src/peakrdl_pybind11/templates/descriptors.hpp.jinja
src/peakrdl_pybind11/templates/pyproject_module.toml.jinja
src/peakrdl_pybind11/templates/runtime.py.jinja
src/peakrdl_pybind11/templates/setup.py.jinja
src/peakrdl_pybind11/templates/stubs.pyi.jinja
src/peakrdl_pybind11/templates/descriptors/addrmap_arrays.hpp.jinja
src/peakrdl_pybind11/templates/descriptors/addrmaps.hpp.jinja
src/peakrdl_pybind11/templates/descriptors/arrays.hpp.jinja
src/peakrdl_pybind11/templates/descriptors/base_classes.hpp.jinja
src/peakrdl_pybind11/templates/descriptors/forward_declarations.hpp.jinja
src/peakrdl_pybind11/templates/descriptors/memories.hpp.jinja
src/peakrdl_pybind11/templates/descriptors/regfile_arrays.hpp.jinja
src/peakrdl_pybind11/templates/descriptors/regfiles.hpp.jinja
src/peakrdl_pybind11/templates/descriptors/registers.hpp.jinja
src/peakrdl_pybind11/templates/descriptors/top_node.hpp.jinja
tests/test_array_codegen.py
tests/test_array_integration.py
tests/test_context_manager.py
tests/test_encode_integration.py
tests/test_exporter.py
tests/test_hypothesis.py
tests/test_int_types.py
tests/test_int_types_integration.py
tests/test_known_bugs.py
tests/test_memory.py
tests/test_memory_block_integration.py
tests/test_memory_integration.py
tests/test_native_masters_integration.py
tests/test_raw_accessors.py
tests/test_repr.py
tests/test_repr_integration.py
tests/test_transaction.py
tests/test_udp_config.py
tests/test_workflow.py
tests/test_write_fields.py
tests/test_write_only_context.py