Make sure that the hardware and software has been
set up as described in Section 2.3 and Section 3.2.
Launch VS Code and open the ADC3669 SW folder.
Click on File > Open folder… Navigate to the folder and select to
open.
Figure 4-1 Opening the Provided
Software folder in VS Code
In the file explorer on the left, click on the
script named toplevelbypass.py to open.
Figure 4-2 Opening the Bypass
Configuration script in VS Code
Before running any of the scripts, make sure to
verify the file paths in the file paths section at the top of the script. The
scripts already contain the default locations for these files, but the file
locations can differ. Users need to verify and provide the paths to
vivado_lab.bat, HSDCPro DLL, and the desired bit file to program the FPGA.
Figure 4-3 File Path Section of
the Configuration Script
Open HSDC Pro.
Click on Cancel when prompted to connect
to the TSW1418. The script handles all of the other HSDC Pro capture and
configuration.
Figure 4-4 HSDC Pro prompting to
connect to the TSW1418EVM.
In VS Code, run the
python script by clicking on Run > Run without debugging.