AN 847: Signal Tap Tutorial with Design Block Reuse: for Intel® Arria® 10 FPGA Development Board

ID 683712
Date 12/21/2020
Public
Document Table of Contents

2.7. Step 7: Programming the Device and Verifying the Hardware

  1. To open the Intel® Quartus® Prime Programmer, click Tools > Programmer.
  2. Connect the board cables:
    • JTAG USB cable to board
    • Power cable attached to board and power source
  3. Turn on power to the board.
  4. In the Intel® Quartus® Prime Programmer, click Hardware Setup.
    Figure 18. Hardware Setup
  5. In the Hardware list, select USB-BlasterII, and then click Close. The device chain appears.
    Note: If the device chain does not appear, verify the board connections.
  6. Click Auto-Detect. The device chain populates.
  7. In the Found Devices list, select the device that matches your design and click OK. For this tutorial, select the 10AX115S2 device that matches the 10AX115S2F45I1SG FPGA on the Intel® Arria® 10 GX Development Kit.
    Figure 19. Select Device
  8. Right-click the 10AX115S2 row in the file list, and then click Change File.
    Figure 20. Programmer Window
  9. Browse to select the top.sof file from the appropriate tutorial/output_files/ directory.
  10. Enable the Program/Configure option for the 10AX115S2 row.
    Figure 21. Program/Configure Option
  11. Click Start. The progress bar reaches 100% when device configuration is complete. The device is now fully configured and in operation.
    Figure 22. Programming Successful
    Note: If device configuration fails, make sure the device you select for configuration matches the device you specify during .sof file generation.
  12. Verify the LEDs behavior.
After completing this tutorial module:
  • LEDs AC6 and AE6 map to blinking_led_top.
  • LEDs AC7 and AF6 map to top-level design.

The blinking_led_top core flashes LEDs in binary order, and the top-level design does not illuminate any LEDs.