Visible to Intel only — GUID: asa1557328294733
Ixiasoft
Visible to Intel only — GUID: asa1557328294733
Ixiasoft
5.1.7.6. I2C Interface Design Guidelines
GUIDELINE: Instantiate the pseudo open-drain buffer when routing I2C signals through the FPGA fabric.
When routing I2C signals through the FPGA, note that the I2C pins from the HPS to the FPGA fabric (i2c*_out_data, i2c*_out_clk) are not open-drain and are logic level inverted. Thus, to drive a logic level zero onto the I2C bus, drive the corresponding pin high. This implementation is useful as they can be used to tie to an output enable of a tri-state buffer directly. You must use the altiobuff to implement the open-drain buffer.
Intel recommends that you use I/O Buffer (ALTIOBUF) IP core when you expose I2C to FPGA fabric.
GUIDELINE: Ensure that the pull-ups are added to the external SDA and SCL signals in the board design.
Because the I2C signals are open drain, pull-ups are required to make sure that the bus is pulled high when no device on the bus is pulling it low.
GUIDELINE: Ensure that the high and low clock counts are configured correctly for the speed of the I2C interface
- SDM—125 MHz
- HPS—100 MHz