SBAU441 March   2024

 

  1.   1
  2.   Description
  3.   Get Started
  4.   Features
  5.   Applications
  6.   6
  7. 1Evaluation Module Overview
    1. 1.1 Introduction
    2. 1.2 Kit Contents
    3. 1.3 Specification
    4. 1.4 Device Information
  8. 2Hardware
    1. 2.1 Board Overview
    2. 2.2 Required Equipment
    3. 2.3 Hardware Setup
  9. 3Software
    1. 3.1 Required Software
    2. 3.2 Software Setup
  10. 4Implementation Results
    1. 4.1 Evaluation Setup
    2. 4.2 Data Capture
  11. 5Hardware Design Files
    1. 5.1 Schematics
    2. 5.2 PCB Layouts
    3. 5.3 Bill of Materials (BOM)
  12. 6Additional Information
    1. 6.1 Trademarks
  13. 7References

Evaluation Setup

  1. Make sure that the hardware and software has been set up as described in Section 2.3 and Section 3.2.
  2. Launch VS Code and open the ADC3669 SW folder. Click on File > Open folder… Navigate to the folder and select to open.
    GUID-20240118-SS0I-HQZL-NG2J-66ZDVXNWCP40-low.svg Figure 4-1 Opening the Provided Software folder in VS Code
  3. In the file explorer on the left, click on the script named toplevelbypass.py to open.
    GUID-20240118-SS0I-1LW4-TXRJ-QWL55TN5WNDX-low.svg Figure 4-2 Opening the Bypass Configuration script in VS Code
  4. 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.
    GUID-20240118-SS0I-LKGR-VZ73-PZS3NPNTQPQ9-low.svg Figure 4-3 File Path Section of the Configuration Script
  5. Open HSDC Pro.
  6. Click on Cancel when prompted to connect to the TSW1418. The script handles all of the other HSDC Pro capture and configuration.
    GUID-20240118-SS0I-LV3C-W6XR-HZGVZQLS1RHB-low.svg Figure 4-4 HSDC Pro prompting to connect to the TSW1418EVM.
  7. In VS Code, run the python script by clicking on Run > Run without debugging.
    GUID-20240118-SS0I-RDHQ-TWWG-LTHRXRQJ2MST-low.svg Figure 4-5 Running the Configuration Script