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
parent
281cab091c
commit
02b5ce82ad
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue