Is there a way to access the i2c bus from a verilog program on the fpga going through the FX2 chip. There are demos showing USB communications using FIFO2. The i2c/USB documentation states that you send i2c commands through FIFO0 and FIFO1 (pipes 0 and 1) but do not show how to address these FIFOs directly from the FPGA. There is an address variable for FIFO2 but it was 0 so FIFO0 and 1 may not be accessible. I am using the XYLO-LM board
Thanks