scripts:adi_ip: Update web address format
Change format for web address so that IP GUI considers it validmain
parent
7c04e36656
commit
8234ba1029
|
@ -207,7 +207,7 @@ proc adi_ip_properties_lite {ip_name} {
|
||||||
ipx::package_project -root_dir . -vendor analog.com -library user -taxonomy /Analog_Devices
|
ipx::package_project -root_dir . -vendor analog.com -library user -taxonomy /Analog_Devices
|
||||||
set_property name $ip_name [ipx::current_core]
|
set_property name $ip_name [ipx::current_core]
|
||||||
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 {http://www.analog.com} [ipx::current_core]
|
||||||
|
|
||||||
set i_families ""
|
set i_families ""
|
||||||
foreach i_part [get_parts] {
|
foreach i_part [get_parts] {
|
||||||
|
|
Loading…
Reference in New Issue