Skip to content
forked from cocotb/cocotb

Coroutine Co-simulation Test Bench

License

Notifications You must be signed in to change notification settings

luinaudt/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

# Install cocotb
pip install ./cocotb

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

# View the waveform
gtkwave waveform.vcd

To use with centos7 and modelsim_ae on user repo:

#add version 3.4 of python sudo yum install python34-libs

#install cd cocotb python34 setup.py install --user

Tutorials and examples

About

Coroutine Co-simulation Test Bench

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 38.5%
  • C++ 21.0%
  • C 14.5%
  • VHDL 11.9%
  • Makefile 7.9%
  • Verilog 4.6%
  • Other 1.6%