From 341b7badee9cb0d359e3fee9fe34de95097eced9 Mon Sep 17 00:00:00 2001 From: Istvan Csomortani Date: Fri, 10 Jun 2016 14:46:32 +0300 Subject: [PATCH] library/scripts: Remove all autogenerated interface in adi_ip_properties_lite There are a few IP, which is configured by using just the adi_ip_properties_lite process, therefor the remove_all_bus_interface will be called in the end of that process, to make sure that all the autogenerated interfaces are deleted during the IP properties setup. --- library/scripts/adi_ip.tcl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/library/scripts/adi_ip.tcl b/library/scripts/adi_ip.tcl index a765ca247..4baa1c0d2 100644 --- a/library/scripts/adi_ip.tcl +++ b/library/scripts/adi_ip.tcl @@ -79,7 +79,6 @@ proc adi_ip_properties {ip_name} { adi_ip_properties_lite $ip_name - ipx::remove_all_bus_interface [ipx::current_core] ipx::infer_bus_interface {\ s_axi_awvalid \ s_axi_awaddr \ @@ -150,6 +149,9 @@ proc adi_ip_properties_lite {ip_name} { zynquplus Production kintexu Production}\ [ipx::current_core] + + ipx::remove_all_bus_interface [ipx::current_core] + } proc adi_set_ports_dependency {port_prefix dependency} {