Partially revert "axi_dmac: Set proper constraints"
This partially reverts commit f51c941c2d
. The
commit accidentally removed the HDMI core constraints.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
main
parent
f13666cd81
commit
34aa0cfda2
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
#set_clock_groups -asynchronous -group [get_clocks -of_objects [get_ports hdmi_clk]]
|
set_clock_groups -asynchronous -group [get_clocks -of_objects [get_ports hdmi_clk]]
|
||||||
#set_clock_groups -asynchronous -group [get_clocks -of_objects [get_ports s_axi_aclk]]
|
set_clock_groups -asynchronous -group [get_clocks -of_objects [get_ports s_axi_aclk]]
|
||||||
#set_clock_groups -asynchronous -group [get_clocks -of_objects [get_ports m_axis_mm2s_clk]]
|
set_clock_groups -asynchronous -group [get_clocks -of_objects [get_ports m_axis_mm2s_clk]]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue