- Download this version of Vivado
- Gist with instructions to install Vivado on linux
- Hello world on pynq
- PYNQ workshop from xilinx
- Overlay tutorial with video that is following this official tutorial
- FIR Filter with PYNQ Board suuuuper cool
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:
- Open Vivado
- New Project, select create project subdirectory
- RTL Project option and Next
- VHDL as target language and simulator language
- Green Plus to create design files, but it is optional
- 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