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.
main
Istvan Csomortani 2016-06-10 14:46:32 +03:00
parent f84fafaaac
commit 341b7badee
1 changed files with 3 additions and 1 deletions

View File

@ -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} {