8000 GitHub - cogenda/cocotb: Coroutine Co-simulation Test Bench
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cogenda/cocotb

 
 

Repository files navigation

cocotb is a coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python.

Documentation Status Build Status Coverity Scan Status

Quickstart

# Install pre-requisites (waveform viewer optional)
sudo yum install -y iverilog python-devel gtkwave

# Checkout git repositories
git clone https://github.com/potentialventures/cocotb.git

# Run the tests...
cd cocotb/examples/endian_swapper/tests
make

# View the waveform
gtkwave waveform.vcd

Tutorials and examples

About

Coroutine Co-simulation Test Bench

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 37.8%
  • C++ 21.4%
  • C 14.7%
  • VHDL 12.1%
  • Makefile 7.7%
  • Verilog 4.7%
  • Other 1.6%
0