does TI have HDMI receiver that can connect dirrectly to 1.8V FPGA?
Thanks,
Bonzai
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
does TI have HDMI receiver that can connect dirrectly to 1.8V FPGA?
Thanks,
Bonzai
The TMDS141 is a repeater that inputs TMDS and outputs TMDS. The TFP401A and TFP501 deserialize TMDS into CMOS parallel (DVI/HDMI into RGB).
The SN74AVC16T245 may also work, but it only has 16 bits in/out. For 24-bit RGB, you need 28 bits, so you'd want the 32-bit translator.
Best regards,
RE
I see. Well, maybe the TFP401A along with the SN74AVC32T245 will accomplish what you need. The TFP401A accepts TMDS data from 25-165MHz, and deserializes it to parallel RGB 3.3V CMOS. It sounds like your Xilinx requires 1.8V CMOS inputs, so using the SN74AVC32T245 in between would convert 3.3V from the DVI receiver into 1.8V. Do you see any problem with this approach?
Thanks,
RE
Here are 2 ideas:
1. Can your FPGA inputs receive standard LVDS, with VCM=1.2V and VID=350mV? If so, match the TFP401A with the SN75LVDS83B. That would put the video data on 10 wires (4 data diff pairs + clock).
2. You could use a subset of the TFP401A RGB outputs, like the 4 MSBs of each color (RGB444). This causes larger steps between each color increment, and won't look as good.
Best regards,
RE