Commit Graph

6 Commits (7780b3a3a2b50bfe8937276841bbf1afcc4005bd)

Author SHA1 Message Date
Lars-Peter Clausen 27b786e92f imageon_loopback: Use BUFIO for the HDMI clock buffer
Since we are just doing a loopback all the logic is contained within the
IO bank. By using a BUFIO instead of a BUFG we avoid having to route the
clock signal from the IO bank to the middle of the FPGA and back to the IO
bank. This reduces the skew between clock and the data signals and makes
sure that the we can use the same design over a range of different
resolutions without having to calibrate the delay.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-07-03 15:07:17 +02:00
Lars-Peter Clausen 02b5ce82ad imageon_loopback: Invert transmit clock
The ADV7511 samples on the rising edge. Update the data on the falling
edge, this gives us a larger margin and improved signal stability.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-07-03 15:07:17 +02:00
Rejeesh Kutty a6cae6b477 iobuf: do is a system verilog keyword 2015-05-21 14:06:17 -04:00
dbogdan d7a0f1ffe3 projects/imageon_loopback: Add the option of setting hdmi_iic_rstn externally. 2015-05-07 15:17:16 +03:00
dbogdan 1df48a2e6e Add hdmiio_int pin. 2015-04-29 18:50:28 +03:00
dbogdan 1eebfd3155 projects/imageon_loopback: Initial commit. 2015-04-28 10:32:28 +03:00