Visible to Intel only — GUID: buw1563438889297
Ixiasoft
1.1. Functional Description
1.2. Error Correction
1.3. Using the Error Detection CRC Feature
1.4. Error Injection
1.5. Modifying Single-Device .jam Files for Use in a Multi-Device JTAG Chain
1.6. Running .jam Files with the Intel® Quartus® Prime Jam Tools
1.7. Document Revision History for AN 539: Test Methodology of Error Detection and Recovery using CRC in Intel® FPGA Devices
Visible to Intel only — GUID: buw1563438889297
Ixiasoft
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.
- Copy the .jam code from the relevant examples in the topics in the related information.
- Paste the code into a text file and save the file as <filename>.jam.
- To determine the download cable index number, at the command line, run the following command:
quartus_jli -n
- To execute the .jam file, at the command line, run the following command:
quartus_jli -a <action name> -c <cable index> <filename>.jamFor example: quartus_jli -a error_inject -c 2 errortest.jam