Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYes No question (Using FPGA as a wire)
1-Can I use FPGA, just as a wire, to carry a bidirectional line like I2C SDA from one pin of the FPGA to the other pin of the FPGA. In the FPGA there will not be an i2c master or slave it will just r...
Altera_Forum
Honored Contributor
14 years agoI don't know about Xilinx - wouldn't touch it with a bargepole :)
I use a component in my VHDL code:
LIBRARY altera;
USE altera.altera_primitives_components.all;
....
odsda : opndrn
port map (
a_in => dp_SDaOut ,
a_out => Sda
) ; Don't know how to do this in Verilog - wouldn't touch that with a bargepole either :)