imageon: Increase HDMI RX clock constraint
The ADV7611 is rated for a maximum clock rate of 165MHz. Increase the clock rate constraint to match this. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>main
parent
284fbac571
commit
07217740b5
|
@ -50,7 +50,7 @@ set_property -dict {PACKAGE_PIN AG15 IOSTANDARD LVCMOS25} [get_ports hd
|
|||
|
||||
# clock definition
|
||||
|
||||
create_clock -period 6.667 -name hdmi_rx_clk [get_ports hdmi_rx_clk]
|
||||
create_clock -period 6.000 -name hdmi_rx_clk [get_ports hdmi_rx_clk]
|
||||
|
||||
# default constraints
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ set_property -dict {PACKAGE_PIN N20 IOSTANDARD LVCMOS25} [get_ports hd
|
|||
|
||||
# clock definition
|
||||
|
||||
create_clock -period 6.667 -name hdmi_rx_clk [get_ports hdmi_rx_clk]
|
||||
create_clock -period 6.000 -name hdmi_rx_clk [get_ports hdmi_rx_clk]
|
||||
|
||||
# i2s
|
||||
|
||||
|
|
Loading…
Reference in New Issue