Prerequisites

What you need, depends on what you are trying to do. As a minimum, you need to start out with:

Hardware prerequisites

  1. The ADAQ7980 evaluation board: EVAL-ADAQ7980-SDZ

  2. FMC Interposer Board: EVAL-SDP-CK1Z (FMC-I-SDP)

    • Required to connect the SDP-format EVAL-ADAQ7980-SDZ to the Zedboard’s FMC connector

    https://media.githubusercontent.com/media/analogdevicesinc/documentation/main/docs/solutions/reference-designs/adaq7980_sdz/images/fmc-i-sdp.png
  3. An FPGA carrier platform. Our recommended platform can be found here.

    • The Zedboard is the officially supported platform for this evaluation board.

    • The evaluation board connects via the FMC connector using the FMC-I-SDP interposer.

  4. Some way to interact with the FPGA platform:

    1. For the Zedboard (ARM/FPGA SoC platform), this normally includes:

      • USB cable for UART communication (required)

      • JTAG connection via USB (required for programming)

  5. Signal source for analog input:

    • Function generator or signal source with SMA output

    • SMA cable for connecting signal source to evaluation board

    • Alternatively, test signal can be generated from precision voltage source

  6. Internet connection to download HDL and no-OS source code and build tools (firewalls are OK, proxies may require additional configuration).

Software prerequisites

For basic functionality and data visualization, you will need:

HDL Build Tools

To build the HDL reference design, you need:

  1. AMD Xilinx Vivado Design Suite (version specified in the HDL Release Notes)

  2. Make (GNU Make for building the HDL project)

  3. Git (for cloning the HDL repository)

See the HDL User Guide for detailed tool installation and build instructions.

No-OS Build Tools

To build the no-OS software, you need:

  1. ARM cross-compiler toolchain (e.g., arm-none-eabi-gcc)

  2. Make (GNU Make for building the no-OS project)

  3. Git (for cloning the no-OS repository)

See No-OS Build Guide for detailed setup instructions.

Optional Software

For enhanced evaluation and data analysis:

  1. Serial terminal application (e.g., PuTTY, Tera Term, minicom) for UART communication - required for viewing console output and ADC data

Note

Analog Devices does not offer FPGA carrier platforms for sale or loan; obtaining one yourself is the normal part of development or evaluation.

Getting Started Checklist

Before proceeding to the quickstart guide, ensure you have:

  • [ ] EVAL-ADAQ7980-SDZ evaluation board

  • [ ] Zedboard FPGA development board

  • [ ] USB cable for UART and JTAG connection

  • [ ] FMC-I-SDP interposer board

  • [ ] Signal source with SMA cable

  • [ ] AMD Xilinx Vivado installed (for HDL builds and FPGA programming)

  • [ ] ARM cross-compiler installed (for no-OS builds)

  • [ ] Git installed for cloning repositories

  • [ ] Internet connection for downloading source code

  • [ ] Serial terminal software (PuTTY, Tera Term, etc.)

Next Steps

Once you have all the prerequisites ready, proceed to:

  • Quickstart - for step-by-step setup instructions