Altera_Forum
Honored Contributor
15 years agoTCL Script Convert SOF to JIC
I am attempting to automate the process of converting the .sof file after compilation & synthesis to .jic using the following command:
quartus_cpf -c -d config_device_name="EPCS16" -s serial_flash_loader_device_name="EP3C10" input_sof_file="InvControl.sof" output_jic_file="AE5022_REV0.40.jic" which is using the standard TCL commands for converting a programming file for SRAM Object Format to Jtag Indirect Configuration format. When I run this command in Quartus II, V10.1, it seems to run but I do not get any output, even if I use the complete path . . . any suggestions appreciated. Thanks, James