Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
7 years ago

rbf to pof conversion

Is there a way to convert a rbf file to a pof file? Do I need a cof file? If so, how to I generate it?

All I have is the released version of my rbf. I do have a project which has an earlier version of the design, but no cof.

5 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi,

    Do you also have the .sof file ?

    With the sof file you can generate the pof file from the 'Convert Programming File' tool: File->Convert Programming File or quartus_cpf in command line.

    You can generate the cof file from the UI of this tool.

    If you only have the rbf file... I don't know...

    Regards
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    Hi,

    Do you also have the .sof file ?

    With the sof file you can generate the pof file from the 'Convert Programming File' tool: File->Convert Programming File or quartus_cpf in command line.

    You can generate the cof file from the UI of this tool.

    If you only have the rbf file... I don't know...

    Regards

    --- Quote End ---

    Thanks, but no, I just have the rbf.

    Pete D.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    By default, Quartus generates the .sof and you have to add another command to generate the .rbf .

    How come that you have the latter and not the former?
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    The project was not archived after the programming files were generated. The rbf was tested and approved, but I need a POF and an RBF to make a formal release.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    The RBF file is used to program the Altera EPROM, which then programs the FPGA using Active Serial. The EPROM can also be accessed through USB Blaster and programmed witha POF File. The FPGA can be accessed via the JTAG inputs and programmed with a SOF file.

    Is it possible to use the programmer to read back either the EPROM and savr it as a POF or the FPGA and save it as a SOF?