- Select Create and Package New IP wizard. to open the
- Click Next at the Welcome screen for the Create and Package New IP wizard.
- In the Create Peripheral, Package IP or Package Block Design page, select Package a specified directory.
- Click Next.
- In the Package a Specified
Directory page, shown in the following figure, set the
options as follows:
- Directory: <Extract_Dir>/lab_4/trunk/myip_v1_0
- Do not select the Package as a library core option.
- Click Next.
- On the Edit in IP Packager Project Name page, leave the default locations, and click Next.
- Click Finish.
An edit IP project opens in a new Vivado window with the Package IP window opened, as shown in the following figure, to continue with the next steps.
- Update the IP information and contents as follows in the Identification page of the Package IP window:
- Vendor
-
my_company
- Display name
-
My IP
- Description
-
UG1119 Tutorial Lab #4 – My IP
- Vendor display name
-
My Company
- Company url
-
<company_URL>
- Click the File Groups to examine the
files included in the packaged IP, as shown in the following figure.
The packaged IP only contains the top-level source file, myip_top, as this was the only file in the selected IP directory <Extract_Dir>/lab_4/trunk/myip_v1_0. This file instantiates the IP
common_v1_0
. - As reference, if you examine the Hierarchy view of the Sources window, you can see that the
common module is missing, as shown in the following figure.
This is expected behavior, because you add the missing IP source files through the Package IP window.
- In the File Group
page, right-click the Synthesis file group and select Add Sub-Core Reference, as shown in the
following figure.
- In the Add Sub-Core Reference
dialog box, select the My Company Common
Library that you created in the previous steps, as shown in the
following figure.
- Click OK.
The File Groups page is updated with the selected Sub-Core Reference under the Synthesis file group, as shown in the following figure.
Adding an IP as a Sub-Core Reference informs the Vivado IDE to copy the files associated IP to the parent IP during generation; therefore, when
myip_v1_0
is generated, the common_v1_0 files are copied to the location with the rest of the generated output products. This mechanism allows users to systematically share IP files.
The Sub-Core Reference is added for the Synthesis file group, and the same process needs to be performed for the Simulation file group.
- In the File Group page, right-click the Simulation file group, and select Add Sub-Core Reference.
- In Add Sub-Core Reference dialog box, select My Company Common Library.
- Click OK.
The Sub-Core References are now added to both the Synthesis and Simulation file groups, as shown in the following figure. The necessary files from the
common_v1_0 IP
are available tomyip_v1_0
for both Synthesis and Simulation.
- Click the Review and Package page to view the name, location, and root directory information about the IP.
- Click Package IP to update the IP
with the updated identification and sub-core reference information.
This completes the packaging for the
myip_v1_0
IP. If prompted, you can close the edit_ip_project.Note: Adding a sub-core reference in the Package IP window does affect the state of the edit IP project. The Hierarchy view of the Sources window continues to display the missing modules located within the sub-core reference. This information only exists within the Package IP window and component.xml. If you want to verify the IP with the files from the Sub-Core Reference, you can reopen the packaged IP in an edit IP project through the IP catalog and the associated Sub-Core Reference files will be present.