Hi,
I have found this repo from analog
https://github.com/analogdevicesinc/hdlI want to build some example projects to see how their HDL drivers for their ADC's works, I'm using win11 and I have installed Cygwin64 and have followed the repo instructions
I run Cygwin64 and then typed these commands
pip install pip --upgrade
cd docs ; pip install -r requirements.txt --upgrade
then this one
cd library ; make
the make would complain that there is no makefile

and this command has no makefile either
cd docs ; make html
then I try to build some examples using vivado so I tried these commands
cd projects/fmcomms2/zc706
make
I would get some build errors and there is a log file and in the log file it says
/bin/sh: line 1: vivado: command not found
But I have vivado 2023.1 installed on my win11 machine
Do you have any Idea how to build the sample projects?