- Muchas notas - Fran Acién

20220817 - Installing and first project in vivado for Pynq board

After installation you need to add the PYNQ Z1 Vivado board files, that you can download from HERE and place them in <Xilinx installation directory>\Vivado\<version>\data\boards\.

In order to create a project:

  1. Open Vivado
  2. New Project, select create project subdirectory
  3. RTL Project option and Next
  4. VHDL as target language and simulator language
  5. Green Plus to create design files, but it is optional
  6. On constraints go to add and you need to select PYNQ-Z1_C.xdc. Put the option copy constraints into project

If you are installing vivado in Linux, you need to install a package after the installation:

$ sudo apt-get install libtinfo5