adi_ip.pl: adi_ip_properties_lite: Set core name to the specified name
Currently the name of the newly created IP core is automatically inferred from the top-level module. This works fine if there is only one top-level IP. But for an IP core that is a collection of helper modules this fails. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>main
parent
19636e8c55
commit
ed23eb950e
|
@ -212,6 +212,7 @@ proc adi_ip_properties_lite {ip_name} {
|
|||
global ip_constr_files
|
||||
|
||||
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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue