Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17245 Discussions

TCL Script Convert SOF to JIC

Altera_Forum
Honored Contributor II
2,738 Views

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
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
1,865 Views

i ended up using something similar to amilcar: 

 

http://www.alteraforum.com/forum/showthread.php?t=3736
0 Kudos
Reply