LICENSE
MANIFEST.in
README.md
cocotb_build_libs.py
pyproject.toml
setup.cfg
setup.py
cocotb/ANSI.py
cocotb/__init__.py
cocotb/_os_compat.py
cocotb/_py_compat.py
cocotb/_version.py
cocotb/binary.py
cocotb/bus.py
cocotb/clock.py
cocotb/config.py
cocotb/decorators.py
cocotb/handle.py
cocotb/ipython_support.py
cocotb/log.py
cocotb/memdebug.py
cocotb/outcomes.py
cocotb/regression.py
cocotb/result.py
cocotb/scheduler.py
cocotb/scoreboard.py
cocotb/triggers.py
cocotb/utils.py
cocotb/wavedrom.py
cocotb/xunit_reporter.py
cocotb.egg-info/PKG-INFO
cocotb.egg-info/SOURCES.txt
cocotb.egg-info/dependency_links.txt
cocotb.egg-info/entry_points.txt
cocotb.egg-info/top_level.txt
cocotb/drivers/__init__.py
cocotb/drivers/amba.py
cocotb/drivers/avalon.py
cocotb/drivers/opb.py
cocotb/drivers/xgmii.py
cocotb/generators/__init__.py
cocotb/generators/bit.py
cocotb/generators/byte.py
cocotb/generators/packet.py
cocotb/monitors/__init__.py
cocotb/monitors/avalon.py
cocotb/monitors/xgmii.py
cocotb/share/def/.gitignore
cocotb/share/def/README.md
cocotb/share/def/aldec.def
cocotb/share/def/ghdl.def
cocotb/share/def/icarus.def
cocotb/share/def/modelsim.def
cocotb/share/include/cocotb_utils.h
cocotb/share/include/embed.h
cocotb/share/include/gpi.h
cocotb/share/include/gpi_logging.h
cocotb/share/include/sv_vpi_user.h
cocotb/share/include/vhpi_user.h
cocotb/share/include/vhpi_user_ext.h
cocotb/share/include/vpi_user.h
cocotb/share/include/vpi_user_ext.h
cocotb/share/lib/embed/gpi_embed.cpp
cocotb/share/lib/fli/FliCbHdl.cpp
cocotb/share/lib/fli/FliImpl.cpp
cocotb/share/lib/fli/FliImpl.h
cocotb/share/lib/fli/FliObjHdl.cpp
cocotb/share/lib/gpi/GpiCbHdl.cpp
cocotb/share/lib/gpi/GpiCommon.cpp
cocotb/share/lib/gpi/gpi_priv.h
cocotb/share/lib/gpi_log/gpi_logging.cpp
cocotb/share/lib/simulator/simulatormodule.cpp
cocotb/share/lib/simulator/simulatormodule.h
cocotb/share/lib/utils/cocotb_utils.cpp
cocotb/share/lib/verilator/verilator.cpp
cocotb/share/lib/vhpi/VhpiCbHdl.cpp
cocotb/share/lib/vhpi/VhpiImpl.cpp
cocotb/share/lib/vhpi/VhpiImpl.h
cocotb/share/lib/vpi/VpiCbHdl.cpp
cocotb/share/lib/vpi/VpiImpl.cpp
cocotb/share/lib/vpi/VpiImpl.h
cocotb/share/makefiles/Makefile.deprecations
cocotb/share/makefiles/Makefile.inc
cocotb/share/makefiles/Makefile.sim
cocotb/share/makefiles/simulators/Makefile.activehdl
cocotb/share/makefiles/simulators/Makefile.cvc
cocotb/share/makefiles/simulators/Makefile.ghdl
cocotb/share/makefiles/simulators/Makefile.icarus
cocotb/share/makefiles/simulators/Makefile.ius
cocotb/share/makefiles/simulators/Makefile.modelsim
cocotb/share/makefiles/simulators/Makefile.questa
cocotb/share/makefiles/simulators/Makefile.riviera
cocotb/share/makefiles/simulators/Makefile.vcs
cocotb/share/makefiles/simulators/Makefile.verilator
cocotb/share/makefiles/simulators/Makefile.xcelium
examples/Makefile
examples/adder/hdl/adder.sv
examples/adder/hdl/adder.vhdl
examples/adder/model/__init__.py
examples/adder/model/adder_model.py
examples/adder/tests/Makefile
examples/adder/tests/test_adder.py
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/dff/hdl/dff.v
examples/dff/hdl/dff.vhdl
examples/dff/tests/Makefile
examples/dff/tests/dff_cocotb.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/hdl/endian_swapper.sv
examples/endian_swapper/hdl/endian_swapper.vhdl
examples/endian_swapper/tests/Makefile
examples/endian_swapper/tests/test_endian_swapper.py
examples/endian_swapper/tests/test_endian_swapper_hal.py
examples/mean/hdl/mean.sv
examples/mean/hdl/mean.vhd
examples/mean/hdl/mean_pkg.vhd
examples/mean/hdl/mean_sv.sv
examples/mean/tests/Makefile
examples/mean/tests/test_mean.py
examples/mean/tests/verilator_waiver.vlt
examples/mean/tests_mixedlang/Makefile
examples/mixed_language/hdl/toplevel.sv
examples/mixed_language/hdl/toplevel.vhdl
examples/mixed_language/tests/Makefile
examples/mixed_language/tests/test_mixed_language.py
examples/ping_tun_tap/hdl/icmp_reply.sv
examples/ping_tun_tap/tests/Makefile
examples/ping_tun_tap/tests/test_icmp_reply.py
examples/simple_dff/.gitignore
examples/simple_dff/Makefile
examples/simple_dff/dff.sv
examples/simple_dff/dff.vhdl
examples/simple_dff/test_dff.py