Skip to content

Commit

Permalink
scripts:adi_ip: Update web address format
Browse files Browse the repository at this point in the history
Change format for web address so that IP GUI considers it valid
  • Loading branch information
acostina authored and Csomi committed Apr 11, 2018
1 parent 7c04e36 commit 8234ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/scripts/adi_ip.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ proc adi_ip_properties_lite {ip_name} {
ipx::package_project -root_dir . -vendor analog.com -library user -taxonomy /Analog_Devices
set_property name $ip_name [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 ""
foreach i_part [get_parts] {
Expand Down

0 comments on commit 8234ba1

Please sign in to comment.