LICENSE
README.md
pyproject.toml
cohdl/__init__.py
cohdl.egg-info/PKG-INFO
cohdl.egg-info/SOURCES.txt
cohdl.egg-info/dependency_links.txt
cohdl.egg-info/top_level.txt
cohdl/_compiler/__init__.py
cohdl/_compiler/backend/__init__.py
cohdl/_compiler/backend/vhdl/__init__.py
cohdl/_compiler/backend/vhdl/_vhdl_assembler.py
cohdl/_compiler/backend/vhdl/_vhdl_repr.py
cohdl/_compiler/backend/vhdl/backend.py
cohdl/_compiler/frontend/__init__.py
cohdl/_compiler/frontend/_frontend.py
cohdl/_compiler/frontend/_generate_ir.py
cohdl/_compiler/frontend/_prepare_ast.py
cohdl/_compiler/frontend/_prepare_ast_out.py
cohdl/_compiler/frontend/_traceback.py
cohdl/_compiler/frontend/_value_branch.py
cohdl/_core/__init__.py
cohdl/_core/_array.py
cohdl/_core/_array.pyi
cohdl/_core/_bit.py
cohdl/_core/_bit.pyi
cohdl/_core/_bit_vector.py
cohdl/_core/_bit_vector.pyi
cohdl/_core/_boolean.py
cohdl/_core/_boolean.pyi
cohdl/_core/_collect_ast_and_scope.py
cohdl/_core/_context.py
cohdl/_core/_enum.py
cohdl/_core/_inline.py
cohdl/_core/_integer.py
cohdl/_core/_integer.pyi
cohdl/_core/_intrinsic.py
cohdl/_core/_intrinsic.pyi
cohdl/_core/_intrinsic_definitions.py
cohdl/_core/_intrinsic_definitions.pyi
cohdl/_core/_intrinsic_operations.py
cohdl/_core/_intrinsic_operations.pyi
cohdl/_core/_primitive_type.py
cohdl/_core/_signed.py
cohdl/_core/_signed.pyi
cohdl/_core/_type_qualifier.py
cohdl/_core/_type_qualifier.pyi
cohdl/_core/_unsigned.py
cohdl/_core/_unsigned.pyi
cohdl/_core/_ir/__init__.py
cohdl/_core/_ir/_repr.py
cohdl/std/__init__.py
cohdl/std/_assignable_type.py
cohdl/std/_assignable_type.pyi
cohdl/std/_compile.py
cohdl/std/_context.py
cohdl/std/_context.pyi
cohdl/std/_core_utility.py
cohdl/std/_core_utility.pyi
cohdl/std/_crc.py
cohdl/std/_fixed.py
cohdl/std/_fixed.pyi
cohdl/std/_formal.py
cohdl/std/_prefix.py
cohdl/std/_prefix.pyi
cohdl/std/_record.py
cohdl/std/_record.pyi
cohdl/std/_template.py
cohdl/std/_template.pyi
cohdl/std/bitfield.py
cohdl/std/bitfield.pyi
cohdl/std/enum.py
cohdl/std/enum.pyi
cohdl/std/spi.py
cohdl/std/spi.pyi
cohdl/std/uart.py
cohdl/std/uart.pyi
cohdl/std/utility.py
cohdl/std/utility.pyi
cohdl/std/axi/__init__.py
cohdl/std/axi/_axi4_channel.py
cohdl/std/axi/axi4_light/__init__.py
cohdl/std/axi/axi4_light/base.py
cohdl/std/axi/axi4_light/interconnect.py
cohdl/std/formal/__init__.py
cohdl/std/formal/_builtins.py
cohdl/std/formal/_checker.py
cohdl/std/formal/_configure.py
cohdl/std/formal/_sequence.py
cohdl/std/reg/__init__.py
cohdl/std/reg/reg.py
cohdl/std/reg/reg.pyi
cohdl/std/reg/system_rdl.py
cohdl/utility/__init__.py
cohdl/utility/code_writer.py
cohdl/utility/id_map.py
cohdl/utility/make_target.py
cohdl/utility/merge_dicts.py
cohdl/utility/source_location.py
cohdl/utility/span.py
cohdl/utility/virtual_traceback.py
playground/__init__.py
playground/playground copy 2.py
playground/playground copy.py
playground/playground.py
playground/playground_trace.py
playground/playground_union.py
playground/union.py
playground/old/context_manager.py
playground/old/meta.py
playground/old/playgroung.py
playground/old/registers.py
playground/old/template.py
playground/old/template_new.py
playground/old/template_new_new.py
playground/old/experimental/__init__.py
playground/old/experimental/reg/__init__.py
playground/old/experimental/reg/_meta.py
playground/old/experimental/reg/reg.py
playground/old/experimental/template/__init__.py
playground/old/experimental/template/template.py
playground/old/registers/example.py
playground/old/registers/example_axi.py
playground/old/registers/example_synth.py
playground/old/registers/interface.py
playground/old/registers/meta.py
playground/old/registers/reg.py
playground/registers/__init__.py
tests/test_bit.py
tests/test_bitvector.py
tests/test_unsigned.py