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:
- Create a new text file using a text editor.
- Copy and paste an example of .jam file shown in AN 539.
- Save the text file with .jam extension.
For example : error_inject_arriaii_stratixiii_stratixiv.jam - Open a command-line window.
For Linux OS, open command shell window.
For Windows OS, open command prompt or Nios II command shell window. - To determine the Intel FPGA download cable port number, type quartus_jli -n at the command-line window.
- 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