Forum Discussion

OAziz's avatar
OAziz
Icon for New Contributor rankNew Contributor
7 years ago

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

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!

4 Replies

  • AnandRaj_S_Intel's avatar
    AnandRaj_S_Intel
    Icon for Regular Contributor rankRegular Contributor

    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

  • OAziz's avatar
    OAziz
    Icon for New Contributor rankNew Contributor

    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

    • AnandRaj_S_Intel's avatar
      AnandRaj_S_Intel
      Icon for Regular Contributor rankRegular Contributor

      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