AN 539: Test Methodology of Error Detection and Recovery using CRC in Intel FPGA Devices

ID 683075
Date 8/09/2019
Public
Document Table of Contents

1.6. Running .jam Files with the Intel® Quartus® Prime Jam Tools

You can execute .jam file using the command-line Intel® Quartus® Prime Jam Tools, quartus_jli.
  1. Copy the .jam code from the relevant examples in the topics in the related information.
  2. Paste the code into a text file and save the file as <filename>.jam.
  3. To determine the download cable index number, at the command line, run the following command:
    quartus_jli -n
  4. To execute the .jam file, at the command line, run the following command:
    quartus_jli -a <action name> -c <cable index> <filename>.jam
    For example: quartus_jli -a error_inject -c 2 errortest.jam