Forum Discussion
Altera_Forum
Honored Contributor
16 years agoi2c slave in VHDL
Hi All,
I am urgently looking for a I2C slave implementation in VHDL (never use verilog before)..If you have one please let me know (or send directly to my email at [email protected])...Thank you very much! E3 Replies
- Altera_Forum
Honored Contributor
This is a I²C master/slave core at opencores.
http://www.opencores.org/project,i2c_master_slave - Altera_Forum
Honored Contributor
Thanks for the reply. I know this one, but I really perfer a single slave implementation.
Any other resources? --- Quote Start --- This is a I²C master/slave core at opencores. http://www.opencores.org/project,i2c_master_slave --- Quote End --- - Altera_Forum
Honored Contributor
Have you considered writing one. I don't know what your experience level is. However, an i2c slave is pretty easy to write. If you are an experienced coder, you could have it done in a few hours.
A couple of links that may help: http://www.i2cbus.com/ http://en.wikipedia.org/wiki/i%c2%b2c Jake