Video link: https://studio.youtube.com/video/nSbfVxOD5vk/edit
Courtesy to: https://wiki.analog.com/resources/fpga/docs/build
Prerequisites:
Prerequisites:
- Vivado installed
Steps to build:
- Cygwin installation
make sure following libraries but install: git, make, gcc, g++
- Create folder in your PC where you want to download resource files and build
- Export the Vivado and SDK directories
export PATH=$PATH:/cygdrive/your path of vivado and sdk
export PATH=$PATH:/cygdrive/C/Xilinx/Vivado/2019.1/bin
export PATH=$PATH:/cygdrive/C/Xilinx/SDK/2019.1/bin
Verify the exported paths
- Download the resource hdl files
git clone https://github.com/analogdevicesinc/hdl
- Run following commands
- cd hdl
- git status
- git checkout hdl_2019_r2
- git fetch origin
- git rebase origin/hdl_2019_r2
- ls
- cd projects/adrv9001/zed
- make
- Once make is done you can open your project in vivado