cocolight

cocoLight: Lightweight cocotb verification library


Keywords
cocotb, HDL, Hardware, verification, VHDL, Verilog, simulation, EDA, FPGA
License
Other
Install
pip install cocolight==0.0.3

Documentation

cocoLight

Lightweight cocotb hardware verification library.

Usage

Installation:

$ pip3 install -U cocolight

Development

To install an editable (symlinked) version of the package run:

$ git clone https://github.com/kammoh/cocolight.git
$ cd cocolight
$ pip3 install -U -e .