AN 994: Drive-on-Chip Design Example for Intel Agilex® 7 Devices

ID 780361
Date 6/26/2023
Public
Document Table of Contents

3.5. Configuring the FPGA Hardware for the Drive-on-Chip Design Example for Intel Agilex 7 Devices

  1. In Intel Quartus Prime, click Tools > Programmer.
  2. In the Programmer pane, select USB-Blaster II under Hardware Setup and JTAG under Mode.
  3. Click Auto Detect to detect devices.
  4. Select the AGFB014R24B device followed by 10M16SC (followed by HPS if available).
  5. Double-click on the File field for the AGFB014R24B device from the pop-up list.
  6. Select the <project>/quartus/output_files/top.sof file and click Open
  7. Turn on Program/Configure.
  8. Click Start.
  9. Alternatively use the command line to program the FPGA:
    1. Open a terminal window.
    2. Navigate to <project>/quartus/output_files/
    3. Program the board:
      >> quartus_pgm -m jtag -o "p;top.sof" or select the index of the device "@#" >> quartus_pgm -m jtag -o "p;top.sof@2"