LICENSE
Makefile
README.md
pyproject.toml
setup.cfg
setup.py
bin/combine_results.py
examples/Makefile
examples/axi_lite_slave/README.md
examples/axi_lite_slave/hdl/axi_defines.v
examples/axi_lite_slave/hdl/axi_lite_demo.v
examples/axi_lite_slave/hdl/axi_lite_slave.v
examples/axi_lite_slave/hdl/tb_axi_lite_slave.v
examples/axi_lite_slave/tests/Makefile
examples/axi_lite_slave/tests/test_axi_lite_slave.py
examples/endian_swapper/.gitignore
examples/endian_swapper/cosim/Makefile
examples/endian_swapper/cosim/io.c
examples/endian_swapper/cosim/io.h
examples/endian_swapper/cosim/io_module.h
examples/endian_swapper/hal/endian_swapper_hal.c
examples/endian_swapper/hal/endian_swapper_hal.h
examples/endian_swapper/hal/endian_swapper_regs.h
examples/endian_swapper/hal_tests/Makefile
examples/endian_swapper/hal_tests/test_endian_swapper_hal.py
examples/endian_swapper/hdl/endian_swapper.sv
examples/endian_swapper/hdl/endian_swapper.vhdl
examples/endian_swapper/tests/Makefile
examples/endian_swapper/tests/test_endian_swapper.py
src/cocotb_bus/__init__.py
src/cocotb_bus/_version.py
src/cocotb_bus/bus.py
src/cocotb_bus/scoreboard.py
src/cocotb_bus.egg-info/PKG-INFO
src/cocotb_bus.egg-info/SOURCES.txt
src/cocotb_bus.egg-info/dependency_links.txt
src/cocotb_bus.egg-info/requires.txt
src/cocotb_bus.egg-info/top_level.txt
src/cocotb_bus/drivers/__init__.py
src/cocotb_bus/drivers/amba.py
src/cocotb_bus/drivers/avalon.py
src/cocotb_bus/drivers/opb.py
src/cocotb_bus/drivers/xgmii.py
src/cocotb_bus/monitors/__init__.py
src/cocotb_bus/monitors/avalon.py
src/cocotb_bus/monitors/xgmii.py
tests/Makefile
tests/designs/avalon_module/Makefile
tests/designs/avalon_module/burst_read_master.v
tests/designs/avalon_streaming_module/Makefile
tests/designs/avalon_streaming_module/avalon_streaming.sv
tests/designs/axi4_ram/Makefile
tests/designs/axi4_ram/README.md
tests/designs/axi4_ram/arbiter.v
tests/designs/axi4_ram/axi_interconnect.v
tests/designs/axi4_ram/axi_ram.v
tests/designs/axi4_ram/axi_register.v
tests/designs/axi4_ram/axi_register_rd.v
tests/designs/axi4_ram/axi_register_wr.v
tests/designs/axi4_ram/priority_encoder.v
tests/designs/axi4_ram/top.v
tests/test_cases/test_array_buses/Makefile
tests/test_cases/test_array_buses/array_buses.sv
tests/test_cases/test_array_buses/array_buses.vhd
tests/test_cases/test_array_buses/test_array_buses.py
tests/test_cases/test_avalon/Makefile
tests/test_cases/test_avalon/test_avalon.py
tests/test_cases/test_avalon/test_avalon_cfg.gtkw
tests/test_cases/test_avalon_stream/Makefile
tests/test_cases/test_avalon_stream/test_avalon_stream.py
tests/test_cases/test_axi4/Makefile
tests/test_cases/test_axi4/test_axi4.py