Article ID: 000086804 Content Type: Product Information & Documentation Last Reviewed: 06/27/2018

How do I execute a .jam file in AN 539: Test Methodology of Error Detection and Recovery using CRC in Intel® FPGA Devices?

Environment

    Intel® Quartus® Prime Pro Edition
BUILT IN - ARTICLE INTRO SECOND COMPONENT
Description

To perform single-bit error injection or clear the injected error using the Intel® Quartus® Prime software command-line interface with a .jam file in AN 539: Test Methodology of Error Detection and Recovery using CRC in Intel FPGA Devices, follow these steps:

  1. Create a new text file using a text editor.
  2. Copy and paste an example of .jam file shown in AN 539.
  3. Save the text file with .jam extension.
        For example : error_inject_arriaii_stratixiii_stratixiv.jam
  4. Open a command-line window. 
        For Linux OS, open command shell window.
        For Windows OS, open command prompt or Nios II command shell window.
  5. To determine the Intel FPGA download cable port number, type quartus_jli -n at the command-line window.
  6. Execute the following the following command
        ( Inject a error )                         quartus_jli -c<n> <jam file name>.jam -aERROR_INJECT
        ( Clear the injected error )     quartus_jli -c<n> <jam file name>.jam -aERROR_INJECT_DISABLE
        <n> is the port number returned with the -n option. You can omit -c<n> if only one Intel FPGA download cable is connected to your PC.
         
        For example :  quartus_jli -c1 error_inject_arriaii_stratixiii_stratixiv.jam -aERROR_INJECT

Related Products

This article applies to 6 products

Cyclone® V FPGAs and SoC FPGAs
Arria® V FPGAs and SoC FPGAs
Stratix® IV FPGAs
Stratix® III FPGAs
Stratix® V FPGAs
Arria® II FPGAs

1