Article ID: 000080818 Content Type: Troubleshooting Last Reviewed: 11/27/2024

Why the JAM files generated after compilation are not Real-Time ISP ready?

Description

The Real-Time ISP compatible JAM file generation feature is not currently supported as part of the Quartus® Prime Software compilation flow.

Resolution


To automatically generate a JAM file compatible with the Real-Time ISP feature as part of the Quartus® Prime Software compilation flow, the Automatic Script Execution feature can be used. Follow the next steps to enable the generation of a Real-Time ISP compatible JAM file after the compilation process:

1. Create a TCL script on your project folder with the following line:

qexec "quartus_cpf -c <output folder for project results>/<generated pof file> <jam file> -o background_programming=on"

2. Add the following line to your project QSF file:

set_global_assignment -name POST_FLOW_SCRIPT_FILE "quartus_sh:<tcl script>"

To verify that the process was successful, open the generated JAM file and look for the following keyword: DO_REAL_TIME_ISP. If this keyword is part of the generated JAM file, then the JAM file is Real-Time ISP ready.

Related Products

This article applies to 1 products

Show all