Visible to Intel only — GUID: kkp1747184165925
Ixiasoft
1. MAX® 10 FPGA Configuration Overview
2. MAX® 10 FPGA Configuration Schemes and Features
3. MAX® 10 FPGA Configuration Design Guidelines
4. MAX® 10 FPGA Configuration IP Core Implementation Guides
5. Dual Configuration Intel® FPGA IP Core References
6. Unique Chip ID Intel® FPGA IP Core References
7. Document Revision History for the MAX® 10 FPGA Configuration User Guide
3.1. Dual-Purpose Configuration Pins
3.2. Configuring MAX® 10 Devices using JTAG Configuration
3.3. Configuring MAX® 10 Devices using Internal Configuration
3.4. Implementing ISP Clamp in Quartus® Prime Software
3.5. Accessing Remote System Upgrade through User Logic
3.6. Error Detection
3.7. Enabling Data Compression
3.8. AES Encryption
3.9. MAX® 10 JTAG Secure Design Example
Visible to Intel only — GUID: kkp1747184165925
Ixiasoft
3.2.2.2. Generating Third-Party Programming Files using Command Line
Alternatively, you can generate third-party programming files through command line. Perform the following steps:
- Run the following command to generate .svf file with JTAG voltage of 3.3 V and JTAG frequency of 10 MHz from .pof file without real-time ISP mode turned on.
quartus_cpf -c -q 10MHz -g 3.3 -n p <input_pof_file> <output_svf_file>
Similarly, JAM and JBC can be generated through the following command line.quartus_cpf -c <input_pof_file> <output_jam/jbc_file>
- Run the following command to generate .svf file with voltage of 3.3 V and JTAG frequency of 10 MHz from .pof file with real-time ISP mode turned on.
quartus_cpf -c -q 10MHz -g 3.3 -n p <input_pof_file> <output_svf_file> -o background_programming=on
Similarly, JAM and JBC can be generated through the following command line.quartus_cpf -c <input_pof_file> <output_jam/jbc_file> -o background_programming=on
For more information, run the following command to understand the details of each option.at which <option> can be jam, jbc, or svf.quartus_cpf --help=<option>