Creating example project with AXI4 Lite peripheral in Xilinx Vivado

From ift
Revision as of 14:10, 28 November 2017 by Yag005 (talk | contribs)

Tested on Xilinx Vivado 2017.3.


Start ./vivado from installed directory.

Goto: File -> New Project -> Next. For this project we will name it "axi4_lite_tutorial_project" and place it in a folder named tutorials. Click Next and choose RTL Project, then Next.

New project name.png

Do not add any sources, but make sure that both Target and Simulator Language is set to the appropriate language you're using. In this project we will use VHDL. Click Next. Here you must provide a constraints file named "ZYBO_Master.xdc", available from GitHub.