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} {
|
||||
|
||||
ipx::package_project -root_dir .
|
||||
|
||||
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]
|
||||
adi_ip_properties_lite $ip_name
|
||||
|
||||
ipx::remove_all_bus_interface [ipx::current_core]
|
||||
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 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}} \
|
||||
set_property supported_families {\
|
||||
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
|
||||
virtexu Production
|
||||
kintexuplus Production
|
||||
zynquplus Production
|
||||
kintexu Production}\
|
||||
[ipx::current_core]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue