zcu102- updates
parent
e1350018da
commit
aadb220a3f
|
@ -77,31 +77,7 @@ proc adi_ip_bd {ip_name ip_bd_files} {
|
||||||
|
|
||||||
proc adi_ip_properties {ip_name} {
|
proc adi_ip_properties {ip_name} {
|
||||||
|
|
||||||
ipx::package_project -root_dir .
|
adi_ip_properties_lite $ip_name
|
||||||
|
|
||||||
set_property vendor {analog.com} [ipx::current_core]
|
|
||||||
set_property library {user} [ipx::current_core]
|
|
||||||
set_property taxonomy {{/AXI_Infrastructure}} [ipx::current_core]
|
|
||||||
set_property vendor_display_name {Analog Devices} [ipx::current_core]
|
|
||||||
set_property company_url {www.analog.com} [ipx::current_core]
|
|
||||||
|
|
||||||
set_property supported_families \
|
|
||||||
{{kintexu} {Pre-Production} \
|
|
||||||
{virtexu} {Pre-Production} \
|
|
||||||
{virtex7} {Production} \
|
|
||||||
{qvirtex7} {Production} \
|
|
||||||
{kintex7} {Production} \
|
|
||||||
{kintex7l} {Production} \
|
|
||||||
{qkintex7} {Production} \
|
|
||||||
{qkintex7l} {Production} \
|
|
||||||
{artix7} {Production} \
|
|
||||||
{artix7l} {Production} \
|
|
||||||
{aartix7} {Production} \
|
|
||||||
{qartix7} {Production} \
|
|
||||||
{zynq} {Production} \
|
|
||||||
{qzynq} {Production} \
|
|
||||||
{azynq} {Production}} \
|
|
||||||
[ipx::current_core]
|
|
||||||
|
|
||||||
ipx::remove_all_bus_interface [ipx::current_core]
|
ipx::remove_all_bus_interface [ipx::current_core]
|
||||||
ipx::infer_bus_interface {\
|
ipx::infer_bus_interface {\
|
||||||
|
@ -155,22 +131,24 @@ proc adi_ip_properties_lite {ip_name} {
|
||||||
set_property vendor_display_name {Analog Devices} [ipx::current_core]
|
set_property vendor_display_name {Analog Devices} [ipx::current_core]
|
||||||
set_property company_url {www.analog.com} [ipx::current_core]
|
set_property company_url {www.analog.com} [ipx::current_core]
|
||||||
|
|
||||||
set_property supported_families \
|
set_property supported_families {\
|
||||||
{{kintexu} {Pre-Production} \
|
virtex7 Production
|
||||||
{virtexu} {Pre-Production} \
|
qvirtex7 Production
|
||||||
{virtex7} {Production} \
|
kintex7 Production
|
||||||
{qvirtex7} {Production} \
|
kintex7l Production
|
||||||
{kintex7} {Production} \
|
qkintex7 Production
|
||||||
{kintex7l} {Production} \
|
qkintex7l Production
|
||||||
{qkintex7} {Production} \
|
artix7 Production
|
||||||
{qkintex7l} {Production} \
|
artix7l Production
|
||||||
{artix7} {Production} \
|
aartix7 Production
|
||||||
{artix7l} {Production} \
|
qartix7 Production
|
||||||
{aartix7} {Production} \
|
zynq Production
|
||||||
{qartix7} {Production} \
|
qzynq Production
|
||||||
{zynq} {Production} \
|
azynq Production
|
||||||
{qzynq} {Production} \
|
virtexu Production
|
||||||
{azynq} {Production}} \
|
kintexuplus Production
|
||||||
|
zynquplus Production
|
||||||
|
kintexu Production}\
|
||||||
[ipx::current_core]
|
[ipx::current_core]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue