Forum Discussion

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

How to archive Quartus Project using commands promt (inside and outside of Quartus)?

Hi All,

1) How can I archive the Quartus Project from commands prompt?

2) How can I archive the Quartus Project externally (not from Quartus)? Let's say from a linux shell or using windows's *.bat file?

Thank you!

3 Replies

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

    When running the "quartus_cdb amp --hc_archive", I'm receiving the following error message:

    ------------------------------------------------------------------------------------------

    Info: Command: quartus_cdb amp --hc_archive

    Error (39003): Run Analysis and Synthesis (quartus_map) with revision "amp" for

    --rev option before running Compiler Database Interface (quartus_cdb)

    Error: Quartus Prime Compiler Database Interface was unsuccessful. 1 error, 0 warnings

    ------------------------------------------------------------------------------------------

    So, what's the whole flow? Should I always run the quartus_map command before the quartus_cdb even the project was compiler, synthesized and mapped from the GUI?
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Try:

    quartus_cdb amp --hc_archive=my_archive

    It should work with a project already compiled with the GUI.

    Cheers,

    Alex