I2C Master Slave Core

I2C Master Slave Core

Details

Category: Communication Controller

Created: October 29, 2008

Updated: November 19, 2019

Language: VHDL

Other project properties

Development Status: Stable

Additional info: Design done, FPGA proven

WishBone compliant: No

WishBone version: n/a

License: BSD

Description

Since lots of people ask me questions about my core, i want to clarify some things:
1) the master works, the slave is not entirely thought-through, i used it in simulation only.
2) i'm adding a diagram, that explains how to control the core.
3) adding a file name i2c_master_v01.vhd, that containes the master only.
4) since i have some time now, i will try to work on the slave.

have fun!
Eli.

The file name is V02 because V01 contained only an unwilling to work master.
it will not be posted here.
Master:
*supports burst writes and reads
*fully controlled by interface
for now i build a different interface for each use of the core.
in he future i plan to build a generic controller, that will act as a bridge from the PCI PLB to I2c.