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
parent
f869ac9ed2
commit
3ab1e392c5
|
@ -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::current_core]]]
|
||||
|
||||
adi_set_ports_dependency "delay_clk" "ADC_IODELAY_ENABLE == 1" 0
|
||||
|
||||
ipx::save_core [ipx::current_core]
|
||||
|
||||
|
|
Loading…
Reference in New Issue