Examples, Jam –22 jbc –22 jic –22 pof –22, Jam –22 jbc –22 jic –22 – Altera Quartus II Scripting User Manual

Page 48: Pof –22

Advertising
background image

2–22

Chapter 2: Command-line Executables

quartus_cpf

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

jam

To generate a JEDEC STAPL Format File (.jam), specify the input file name and output file name. Make
sure the file extension of the output file is .jam. The input file must be either an SRAM Object File (.sof), a
Programmer Object File (.pof), or a Chain Description File (.cdf). Use the .cdf to generate the .jam for a
multi-device chain.

Examples

quartus_cpf -c <input_pof_file> <output_jam_file>
quartus_cpf -c <input_sof_file> <output_jam_file>
quartus_cpf -c <input_cdf_file> <output_jam_file>

jbc

To generate a Jam STAPL Byte Code 2.0 File (.jbc), specify the input file name and output file name. Make
sure the file extension of the output file is .jbc. The input file must be either an SRAM Object File (.sof), a
Programmer Object File (.pof), or a Chain Description File (.cdf). Use a .cdf to generate the .jbc for a
multi-device chain.

Examples

quartus_cpf -c <input_pof_file> <output_jbc_file>
quartus_cpf -c <input_sof_file> <output_jbc_file>
quartus_cpf -c <input_cdf_file> <output_jbc_file>

jic

To convert an SRAM Object File (.sof) to a JTAG Indirect Configuration Device Programming File (.jic),
specify the input file name, configuration device name, serial flash loader device name, and output file
name. Make sure the file extension of the output file is .jic. You can also generate a .jic using a Conversion
Setup File (.cof) created with the Convert Programming Files dialog box in the UI. A .cof contains all the
options for the configuration device along with the output .jic name.

The configuration device must be an Altera

®

serial configuration device and the serial flash loader device

must be a Cyclone device.

Examples

# To convert .sof to .jic
quartus_cpf -c -d <config_device_name> -s <serial_flash_loader_device_name>
<input_sof_file> <output_jic_file>

# To use option file
quartus_cpf -c -o <option_file> -d <config_device_name>
-s <serial_flash_loader_device_name> <input_sof_file> <output_jic_file>

# To use .cof
quartus_cpf -c <input_cof_file>

pof

To convert an SRAM Object File (.sof) to a Programmer Object File (.pof), specify the input file name,
configuration device name and output file name. Make sure the file extension of the output file is .pof. You
can also generate a .pof using a Conversion Setup File (.cof) created with the Convert Programming Files
dialog box in the UI. A .cof contains all the options for the configuration device along with the output .pof
name.

Advertising