Introduction: Adding IP to Vivado

Vivado is a great tool for FPGA development. There are some cases when the built in IP fails to suit your needs. Luckily you can add custom IP cores into Vivado in a few short steps. For this Instructable I am going to use the Digilent IP repository as an example for adding IP cores to Vivado.

It is assumed that you already have Vivado installed on your computer.

Step 1: Get the Repository

The repository is hosted on Github so there are two options for retrieving the files.

  1. Download a ZIP folder
  2. Clone with Git

For both methods, go to the repository page (here) and select the Clone or Download button. This will bring up a box with several options. If you want the ZIP folder click Download ZIP. Extract the ZIP file to a place it won't be deleted. I'll assume that if you want to clone the repository that you know how to do so in either the command line or your favorite Git GUI

Step 2: Adding for All New Projects

  1. Open Vivado
  2. Navigate to Tools->Options
  3. Go to the General Tab on the right
  4. Scroll down to the section titled IP Catalog
  5. Click the green plus sign to add a search path
  6. Locate the folder you extracted. It should contain an ip and if folders
  7. Click OK in both windows that opened to return to the main window of Vivado

Step 3: Adding for Current Projects

  1. Open the project that you wish to add the IP core to
  2. Open the project's Project Settings dialog
  3. Go to the IP tab on the right
  4. Open the Repository Manager tab from the top of the dialog
  5. Click the green plus sign
  6. Find the extracted folder containing the ip and if folders
  7. Click OK until returning to the main Vivado Window

Makerspace Contest

Participated in the
Makerspace Contest