LICENSE
README.md
pyproject.toml
src/plane/__init__.py
src/plane/base.py
src/plane/connect.py
src/plane/control.py
src/plane/emit.py
src/plane/ir.py
src/plane/nodes.py
src/plane/types.py
src/plane/utils.py
src/plane/lib/__init__.py
src/plane/lib/amba/__init__.py
src/plane/lib/amba/apb/__init__.py
src/plane/lib/amba/apb/adapters.py
src/plane/lib/amba/apb/bundles.py
src/plane/lib/csr/__init__.py
src/plane/lib/csr/block.py
src/plane/lib/csr/c_header.py
src/plane/lib/csr/fields.py
src/plane/lib/csr/html.py
src/plane/lib/csr/register.py
src/plane/lib/csr/system.py
src/plane/lib/csr/uvm_ral.py
src/plane/lib/csr/yaml_io.py
src/plane_hdl.egg-info/PKG-INFO
src/plane_hdl.egg-info/SOURCES.txt
src/plane_hdl.egg-info/dependency_links.txt
src/plane_hdl.egg-info/requires.txt
src/plane_hdl.egg-info/top_level.txt
tests/test_basic.py
tests/test_blackbox.py
tests/test_bundle.py
tests/test_conditionals.py
tests/test_emit_comments.py
tests/test_enum.py
tests/test_fanout.py
tests/test_instance.py
tests/test_instance_array.py
tests/test_module_naming.py
tests/test_ops.py
tests/test_optimization.py
tests/test_reg.py
tests/test_slice_assign.py
tests/test_validation.py
tests/test_vec.py