Forum Discussion
ShafiqY_Intel
Frequent Contributor
6 years agoHi TKapi,
To convert multiple sof files into a .pof:
- use a Conversion Setup File (.cof) created with the Convert Programming Files dialog box in the GUI
And run command below:
quartus_cpf -c <input_cof_file>
i.e. quartus_cpf -c output_file.cof
To convert single a .sof into a .pof:
run command below:
quartus_cpf -c <input_sof_file> <output file pof>
i.e quartus_cpf -c blinkLED.sof output.pof
Thanks