Closed mrengineer closed 1 month ago
My scripts were never meant to work the way you use them, so it is normal that they do not work that way.
Please take a look at my notes at the following link:
http://pavel-demin.github.io/red-pitaya-notes/
These notes explain how to use my scripts and what version of Vivado to install.
To build the adc_recorder
project, the following commands should be used:
source /opt/Xilinx/Vitis/2023.1/settings64.sh
git clone https://github.com/pavel-demin/red-pitaya-notes
cd red-pitaya-notes
make NAME=adc_recorder bit
Description of the setup:
Description of the problem:
I am trying to build FPGA bitstream to continue with it. But TCL script fails.
Steps to reproduce the problem:
Download red-pitaya-notes/projects/adc_recorder/block_design.tcl
Run Vivado. Select Tools -> Run TCL script...
In TCL console I see
I have tried with Vivado 2019.2 and 2023.2 with same result.
Please, help with it Thank you!