Forum Discussion

ldm_as's avatar
ldm_as
Icon for Occasional Contributor rankOccasional Contributor
5 years ago
Solved

How to know what Quartus version was used for compilation from QAR (Project Archive) file?

Hi All, From QAR (Quartus Archive Project) file, is it possible to understand what version of Quartus was used for creation the archive/compilation of the project? Thank you!
  • KennyT_altera's avatar
    5 years ago

    Hi,


    What you can do is install the latest version of Quartus Prime, open the qar.


    After that, go to the project directory and look for *.qsf files. Open *.qsf files with notepad, and you able to see which Quartus was original built.


    Thanks,