AN 539: Test Methodology of Error Detection and Recovery using CRC in Altera FPGA Devices: Known Issue - AN 539: Test Methodology of Error Detection and Recovery using CRC in Altera FPGA Devices: Known Issue Description Issue 254634 , Version 2014.12.15 The example .jam file shown in Example 5 contains the following syntax errors. Wrong double quotation character ( “ ) and ( ” ) are incorrectly used for double quotation. ( " ) should be used instead. For example, in line 25, the example .jam file wrongly describes: PRINT “Error Type:”, out[45], out[44], out[43], out[42]; It should be: PRINT "Error Type:", out[45], out[44], out[43], out[42]; Semicolon ( ; ) is missing in line 35 The example .jam file wrongly describes: STATE IDLE It should be: STATE IDLE; Resolution When using the example .jam file from Example 5 in AN 539, replace all (“) and (”) with ("), and add a semicolon (;) at the end of line 35. Alternatively, download the revised .jam file from crc_inject_avcvsv.jam . Custom Fields values: ['novalue'] Troubleshooting novalue False ['novalue'] ['novalue'] novalue novalue ['Arria® V GT FPGA', 'Arria® V GX FPGA', 'Arria® V GZ FPGA', 'Arria® V ST FPGA', 'Arria® V SX FPGA', 'Cyclone® V E FPGA', 'Cyclone® V GT FPGA', 'Cyclone® V GX FPGA', 'Cyclone® V SE FPGA', 'Cyclone® V ST FPGA', 'Cyclone® V SX FPGA', 'Stratix® V E FPGA', 'Stratix® V GS FPGA', 'Stratix® V GT FPGA', 'Stratix® V GX FPGA'] ['novalue'] ['novalue'] ['novalue'] - 2022-01-18

external_document