C
Chabrie
Guest
Hello Together,
I have an Altera Sendero Video Board with a DVI Receiver and DVI
Transmitter. In the first step, I want to loopthrough the DVI Signal
through the FPGA. But now I have a problem. There is a bidirectional
signal called DDC_Dat which I want to loopthrough. DDC is like IIC. But
how can I connect the ports in the Toplevel? I want to do something
like this: port1 : inout std_logic; port2 : inout std_logic; -->
port1<=port2; port2<=port1; ??
Could someone explain me the correct way to do this?
Best regards
Carsten
I have an Altera Sendero Video Board with a DVI Receiver and DVI
Transmitter. In the first step, I want to loopthrough the DVI Signal
through the FPGA. But now I have a problem. There is a bidirectional
signal called DDC_Dat which I want to loopthrough. DDC is like IIC. But
how can I connect the ports in the Toplevel? I want to do something
like this: port1 : inout std_logic; port2 : inout std_logic; -->
port1<=port2; port2<=port1; ??
Could someone explain me the correct way to do this?
Best regards
Carsten