axi_ad9963: Disable delay_clk port when IODELAYs are unused

The delay_clk is only used internally when the IODELAYs are enabled. This
means the port has no function when the IODELAYs are disabled so hide the
port in that case.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
main
Lars-Peter Clausen 2017-04-06 19:51:52 +02:00
parent f869ac9ed2
commit 3ab1e392c5
1 changed files with 2 additions and 0 deletions

View File

@ -53,5 +53,7 @@ set_property value s_axi [ipx::get_bus_parameters ASSOCIATED_BUSIF \
-of_objects [ipx::get_bus_interfaces s_axi_aclk \ -of_objects [ipx::get_bus_interfaces s_axi_aclk \
-of_objects [ipx::current_core]]] -of_objects [ipx::current_core]]]
adi_set_ports_dependency "delay_clk" "ADC_IODELAY_ENABLE == 1" 0
ipx::save_core [ipx::current_core] ipx::save_core [ipx::current_core]