scripts:adi_ip: Update web address format

Change format for web address so that IP GUI considers it valid
main
Adrian Costina 2018-02-15 08:39:48 +00:00 committed by István Csomortáni
parent 7c04e36656
commit 8234ba1029
1 changed files with 1 additions and 1 deletions

View File

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