LICENSE
README.md
pyproject.toml
src/CocoTBFramework/__init__.py
src/CocoTBFramework/components/__init__.py
src/CocoTBFramework/components/apb/__init__.py
src/CocoTBFramework/components/apb/apb_components.py
src/CocoTBFramework/components/apb/apb_factories.py
src/CocoTBFramework/components/apb/apb_packet.py
src/CocoTBFramework/components/apb/apb_sequence.py
src/CocoTBFramework/components/apb5/__init__.py
src/CocoTBFramework/components/apb5/apb5_components.py
src/CocoTBFramework/components/apb5/apb5_factories.py
src/CocoTBFramework/components/apb5/apb5_packet.py
src/CocoTBFramework/components/axi4/__init__.py
src/CocoTBFramework/components/axi4/axi4_compliance_checker.py
src/CocoTBFramework/components/axi4/axi4_factories.py
src/CocoTBFramework/components/axi4/axi4_field_configs.py
src/CocoTBFramework/components/axi4/axi4_interfaces.py
src/CocoTBFramework/components/axi4/axi4_packet.py
src/CocoTBFramework/components/axi4/axi4_packet_utils.py
src/CocoTBFramework/components/axi4/axi4_randomization_config.py
src/CocoTBFramework/components/axi4/axi4_randomization_manager.py
src/CocoTBFramework/components/axi4/axi4_timing_config.py
src/CocoTBFramework/components/axi4/axi4_transaction.py
src/CocoTBFramework/components/axi5/__init__.py
src/CocoTBFramework/components/axi5/axi5_compliance_checker.py
src/CocoTBFramework/components/axi5/axi5_factories.py
src/CocoTBFramework/components/axi5/axi5_field_configs.py
src/CocoTBFramework/components/axi5/axi5_interfaces.py
src/CocoTBFramework/components/axi5/axi5_packet.py
src/CocoTBFramework/components/axi5/axi5_packet_utils.py
src/CocoTBFramework/components/axi5/axi5_randomization_config.py
src/CocoTBFramework/components/axi5/axi5_randomization_manager.py
src/CocoTBFramework/components/axi5/axi5_timing_config.py
src/CocoTBFramework/components/axi5/axi5_transaction.py
src/CocoTBFramework/components/axil4/__init__.py
src/CocoTBFramework/components/axil4/axil4_compliance_checker.py
src/CocoTBFramework/components/axil4/axil4_factories.py
src/CocoTBFramework/components/axil4/axil4_field_configs.py
src/CocoTBFramework/components/axil4/axil4_interfaces.py
src/CocoTBFramework/components/axil4/axil4_packet.py
src/CocoTBFramework/components/axil4/axil4_packet_utils.py
src/CocoTBFramework/components/axis4/__init__.py
src/CocoTBFramework/components/axis4/axis_example_usage.py
src/CocoTBFramework/components/axis4/axis_factories.py
src/CocoTBFramework/components/axis4/axis_field_configs.py
src/CocoTBFramework/components/axis4/axis_master.py
src/CocoTBFramework/components/axis4/axis_monitor.py
src/CocoTBFramework/components/axis4/axis_packet.py
src/CocoTBFramework/components/axis4/axis_slave.py
src/CocoTBFramework/components/axis5/__init__.py
src/CocoTBFramework/components/axis5/axis5_factories.py
src/CocoTBFramework/components/axis5/axis5_field_configs.py
src/CocoTBFramework/components/axis5/axis5_master.py
src/CocoTBFramework/components/axis5/axis5_monitor.py
src/CocoTBFramework/components/axis5/axis5_packet.py
src/CocoTBFramework/components/axis5/axis5_slave.py
src/CocoTBFramework/components/fifo/__init__.py
src/CocoTBFramework/components/fifo/fifo_command_handler.py
src/CocoTBFramework/components/fifo/fifo_component_base.py
src/CocoTBFramework/components/fifo/fifo_factories.py
src/CocoTBFramework/components/fifo/fifo_master.py
src/CocoTBFramework/components/fifo/fifo_monitor.py
src/CocoTBFramework/components/fifo/fifo_monitor_base.py
src/CocoTBFramework/components/fifo/fifo_packet.py
src/CocoTBFramework/components/fifo/fifo_sequence.py
src/CocoTBFramework/components/fifo/fifo_slave.py
src/CocoTBFramework/components/gaxi/__init__.py
src/CocoTBFramework/components/gaxi/coverage_hooks.py
src/CocoTBFramework/components/gaxi/gaxi_command_handler.py
src/CocoTBFramework/components/gaxi/gaxi_component_base.py
src/CocoTBFramework/components/gaxi/gaxi_factories.py
src/CocoTBFramework/components/gaxi/gaxi_master.py
src/CocoTBFramework/components/gaxi/gaxi_monitor.py
src/CocoTBFramework/components/gaxi/gaxi_monitor_base.py
src/CocoTBFramework/components/gaxi/gaxi_packet.py
src/CocoTBFramework/components/gaxi/gaxi_sequence.py
src/CocoTBFramework/components/gaxi/gaxi_slave.py
src/CocoTBFramework/components/shared/__init__.py
src/CocoTBFramework/components/shared/arbiter_compliance.py
src/CocoTBFramework/components/shared/arbiter_master.py
src/CocoTBFramework/components/shared/arbiter_monitor.py
src/CocoTBFramework/components/shared/data_strategies.py
src/CocoTBFramework/components/shared/debug_object.py
src/CocoTBFramework/components/shared/field_config.py
src/CocoTBFramework/components/shared/flex_config_gen.py
src/CocoTBFramework/components/shared/flex_randomizer.py
src/CocoTBFramework/components/shared/master_statistics.py
src/CocoTBFramework/components/shared/memory_model.py
src/CocoTBFramework/components/shared/monitor_statistics.py
src/CocoTBFramework/components/shared/packet.py
src/CocoTBFramework/components/shared/packet_factory.py
src/CocoTBFramework/components/shared/protocol_error_handler.py
src/CocoTBFramework/components/shared/randomization_config.py
src/CocoTBFramework/components/shared/signal_mapping_helper.py
src/CocoTBFramework/components/smbus/__init__.py
src/CocoTBFramework/components/smbus/smbus_components.py
src/CocoTBFramework/components/smbus/smbus_packet.py
src/CocoTBFramework/components/uart/__init__.py
src/CocoTBFramework/components/uart/uart_components.py
src/CocoTBFramework/components/uart/uart_packet.py
src/CocoTBFramework/components/wavedrom/__init__.py
src/CocoTBFramework/components/wavedrom/constraint_solver.py
src/CocoTBFramework/components/wavedrom/signal_binder.py
src/CocoTBFramework/components/wavedrom/utility.py
src/CocoTBFramework/components/wavedrom/wavejson_gen.py
src/CocoTBFramework/scoreboards/__init__.py
src/CocoTBFramework/scoreboards/apb_gaxi_scoreboard.py
src/CocoTBFramework/scoreboards/apb_gaxi_transformer.py
src/CocoTBFramework/scoreboards/apb_scoreboard.py
src/CocoTBFramework/scoreboards/axi4_scoreboard.py
src/CocoTBFramework/scoreboards/base_scoreboard.py
src/CocoTBFramework/scoreboards/fifo_scoreboard.py
src/CocoTBFramework/scoreboards/gaxi_scoreboard.py
src/CocoTBFramework/scoreboards/axi4/__init__.py
src/CocoTBFramework/scoreboards/axi4/axi4_dwidth_converter_scoreboard.py
src/cocotb_framework.egg-info/PKG-INFO
src/cocotb_framework.egg-info/SOURCES.txt
src/cocotb_framework.egg-info/dependency_links.txt
src/cocotb_framework.egg-info/requires.txt
src/cocotb_framework.egg-info/top_level.txt