alexforencich / cocotbext-i2c

I2C models for cocotb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I2C interface modules for Cocotb

Build Status codecov PyPI version

GitHub repository: https://github.com/alexforencich/cocotbext-i2c

Introduction

I2C simulation models for cocotb.

Installation

Installation from pip (release version, stable):

$ pip install cocotbext-i2c

Installation from git (latest development version, potentially unstable):

$ pip install https://github.com/alexforencich/cocotbext-i2c/archive/master.zip

Installation for active development:

$ git clone https://github.com/alexforencich/cocotbext-i2c
$ pip install -e cocotbext-i2c

Documentation and usage examples

See the tests directory and verilog-i2c for complete testbenches using these modules.

About

I2C models for cocotb

License:MIT License


Languages

Language:Python 84.3%Language:Makefile 8.8%Language:Verilog 6.9%