addIPRepository

Class: hdlcoder.ReferenceDesign
Package: hdlcoder

Include IP modules from your IP repository folder in your custom reference design

Syntax

addIPRepository('IPListFunction',IP_list_function)
addIPRepository('IPListFunction',IP_list_function,Name,Value)

Description

addIPRepository('IPListFunction',IP_list_function) adds IP modules that are in the IP repository folder to your reference design project.

addIPRepository('IPListFunction',IP_list_function,Name,Value) adds IP modules that are in the IP repository folder to your reference design project with additional options specified by one or more Name,Value pair arguments.

Before you use this method, define the IP list function that points to the IP modules in the repository folder. To learn more, see Define and Add IP Repository to Custom Reference Design.

Input Arguments

expand all

Name and path to the function that points to IP modules in the IP repository folder to add to the reference design project, specified as a character vector.

Example: 'adi.hdmi.vivado.hdlcoder_video_iplist'

Example: 'mathworks.hdlcoder.vivado.hdlcoder_video_iplist'

Name-Value Pair Arguments

Specify optional comma-separated pairs of Name,Value arguments. Name is the argument name and Value is the corresponding value. Name must appear inside quotes. You can specify several name and value pair arguments in any order as Name1,Value1,...,NameN,ValueN.

Error message that you create to be displayed if IP list function is not found on the MATLAB® path, specified as a character vector.

Example: 'IP repository cannot be found'

Introduced in R2017a