Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

I2C IP validation in FPGA

Status
Not open for further replies.

s_barani

Newbie level 2
Joined
Jun 7, 2009
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,298
validation i2c

Dear Experts,

I have a functionally verified I2C core for which i have to do validation in an fpga development board which has Cyclone II fpga.
There are no other I2c devices in that board to communicate with the FPGA. I dont have other verification IPs too .
My question is Can I use Two instantiations of the IP core , configure one as master and the other as slave and loopback them thro IO pins to perform validation of the core.

Also please let me know some general guidelines for doing IP validation in FPGA.
 

Yes you can do that.

You can write a top level container in HDL which instantiates and interconnects one master and one slave I2C devices.
For testing you can write a small memory as I2C slave.
master can write and read back to check communication.
 

    s_barani

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top