The projects are build using AMD Vivado™ 2024.1 release.
A convenient Makefile
is provided to build the projects.
make PROJECT=blink
The projects are defined in tcl
files and can also be created without make
:
/path/to/vivado -source scripts/project.tcl -tclargs blink xc7z010clg400-1 /build/projects/blink
This project is licensed under the "BSD 3-Clause License".
The library
directory contains additional git submodules, namely
- pavel-demin/red-pitaya-notes,
licensed under the MIT License by Pavel Demin,
see
LICENSE
. - analogdevicesinc/hdl,
see
LICENSE
.