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
parent
f84fafaaac
commit
341b7badee
|
@ -79,7 +79,6 @@ proc adi_ip_properties {ip_name} {
|
||||||
|
|
||||||
adi_ip_properties_lite $ip_name
|
adi_ip_properties_lite $ip_name
|
||||||
|
|
||||||
ipx::remove_all_bus_interface [ipx::current_core]
|
|
||||||
ipx::infer_bus_interface {\
|
ipx::infer_bus_interface {\
|
||||||
s_axi_awvalid \
|
s_axi_awvalid \
|
||||||
s_axi_awaddr \
|
s_axi_awaddr \
|
||||||
|
@ -150,6 +149,9 @@ proc adi_ip_properties_lite {ip_name} {
|
||||||
zynquplus Production
|
zynquplus Production
|
||||||
kintexu Production}\
|
kintexu Production}\
|
||||||
[ipx::current_core]
|
[ipx::current_core]
|
||||||
|
|
||||||
|
ipx::remove_all_bus_interface [ipx::current_core]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
proc adi_set_ports_dependency {port_prefix dependency} {
|
proc adi_set_ports_dependency {port_prefix dependency} {
|
||||||
|
|
Loading…
Reference in New Issue