Step 1: Examine the IP Directory - 2020.2 English

Vivado Design Suite Tutorial: Creating and Packaging Custom IP (UG1119)

Document ID
UG1119
Release Date
2021-02-04
Version
2020.2 English
  1. Examine the <Extract_Dir>/lab_2/custom_ip_repo/wave_gen_v1_0 location.

    This directory contains the custom IP files required for packaging the IP. Notice the three directories are created, as shown in the following figure:

    • doc: Directory contains the documentation related to the custom IP.
    • src: Directory contains the synthesis and simulation sources for the custom IP.
    • tb: Directory contains the test bench for the custom IP.

    The directory containing the custom IP should be organized to ensure proper packaging.

    When specifying a directory for packaging, there are inference rules that assist in packaging the IP correctly. For more information, see the Vivado Design Suite User Guide: Creating and Packaging Custom IP (UG1118).

  2. Examine the files in each of the directories for more information about the custom IP.