From 343056b67425d1a700d2f3e7bdc0d839d0461316 Mon Sep 17 00:00:00 2001 From: Adrian Costina Date: Wed, 14 Sep 2016 15:40:42 +0300 Subject: [PATCH] axi_usb_fx3: Update IP to work with 2016.2 --- library/axi_usb_fx3/axi_usb_fx3_ip.tcl | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/library/axi_usb_fx3/axi_usb_fx3_ip.tcl b/library/axi_usb_fx3/axi_usb_fx3_ip.tcl index fc62ff2c6..d7d0d1633 100644 --- a/library/axi_usb_fx3/axi_usb_fx3_ip.tcl +++ b/library/axi_usb_fx3/axi_usb_fx3_ip.tcl @@ -12,25 +12,9 @@ adi_ip_files axi_usb_fx3 [list \ "axi_usb_fx3.v"] adi_ip_properties axi_usb_fx3 - -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] +adi_ip_infer_interfaces axi_usb_fx3 adi_add_bus_clock "s_axi_aclk" "s_axis" adi_add_bus_clock "s_axi_aclk" "m_axis" -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]]] - -#adi_ip_constraints axi_usb_fx3 [list \ -# "axi_usb_fx3_constr.xdc" ] - -#set_property driver_value 0 [ipx::get_ports *dunf* -of_objects [ipx::current_core]] -#set_property driver_value 0 [ipx::get_ports *dovf* -of_objects [ipx::current_core]] - ipx::save_core [ipx::current_core]