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

Using command line tool to generate .cdf file from (jic and sof files)

OAziz
Beginner
1,082 Views

I have the hardware files (.jic   and .sof) .How to use the command line tool in Quartus® Prime software to generate (.cdf) file

 

Thanks for your help!

0 Kudos
4 Replies
AnandRaj_S_Intel
Employee
757 Views

Hi,

 

Please use Programmer tool GUI to generate a Chain Description File (.cdf) .

let me check if it is possible to generate cdf from command line.

 

Regards

Anand

0 Kudos
OAziz
Beginner
757 Views

Hello Anand,

Thank you for your answer, I'm using the GUI to generate a Chain Description File (.cdf) for manual test . But I need to automate this. The software will generate the CDF file for each board according to board version.

Thank you for your Help.

Osama

0 Kudos
AnandRaj_S_Intel
Employee
757 Views

Hi,

 

.cdf can only be generated using GUI.

 

However we are program fpga without cdf file using device indexing.

>quartus_pgm -m JTAG -o p;<file name>.sof@1

 

For scripting help type quartus_sh --qhelp to get scripting help from GUI.

 

Regards

Anand

 

0 Kudos
OAziz
Beginner
757 Views

Hi,

 

Thank you very much.

 

Regards,

Osama

0 Kudos
Reply