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>
main
Lars-Peter Clausen 2015-07-03 10:00:30 +02:00
parent 281cab091c
commit 02b5ce82ad
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ module system_top (
.CE (1'b1),
.D1 (1'b1),
.D2 (1'b0),
.C (hdmi_rx_clk),
.C (hdmi_rx_clk_bufio),
.Q (hdmi_tx_clk));
ad_iobuf #(.DATA_WIDTH(1)) i_gpio_hdmi (