From b0d22d323a6bc9aa4e0ea87f256658563913f83c Mon Sep 17 00:00:00 2001 From: Rejeesh Kutty Date: Wed, 26 Aug 2015 14:11:43 -0400 Subject: [PATCH] ad9361- axi-clock definitions --- library/axi_ad9361/axi_ad9361_ip.tcl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/library/axi_ad9361/axi_ad9361_ip.tcl b/library/axi_ad9361/axi_ad9361_ip.tcl index 1f54a2aa7..01ed78131 100755 --- a/library/axi_ad9361/axi_ad9361_ip.tcl +++ b/library/axi_ad9361/axi_ad9361_ip.tcl @@ -50,5 +50,16 @@ set_property driver_value 0 [ipx::get_ports *dovf* -of_objects [ipx::current_cor set_property driver_value 0 [ipx::get_ports *dunf* -of_objects [ipx::current_core]] set_property driver_value 0 [ipx::get_ports *gpio_in* -of_objects [ipx::current_core]] +ipx::remove_bus_interface rst [ipx::current_core] +ipx::remove_bus_interface clk [ipx::current_core] +ipx::remove_bus_interface l_clk [ipx::current_core] +ipx::remove_bus_interface delay_clk [ipx::current_core] + +ipx::add_bus_parameter ASSOCIATED_BUSIF [ipx::get_bus_interfaces s_axi_aclk \ + -of_objects [ipx::current_core]] +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]]] + ipx::save_core [ipx::current_core]