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

How to compile different revisions (with the same top level) of the same project in parallel?

KAthu
Beginner
458 Views

Hi,

 

I have a project with three revisions. All the revisions have the same top level design. Right now I am using the quartus_sh --flow compile command to compile them in series. Then I tried to run them in parallel as follows.

 

quartus_sh --flow compile top_level -c rev1 &

quartus_sh --flow compile top_level -c rev2 &

quartus_sh --flow compile top_level -c rev3 &

 

And two revisions fails with,

Error (23031): Evaluation of Tcl script /edascratch/ms_edatools/altera/q171/quartus/common/tcl/internal/qsh_flow.tcl unsuccessful

 

Is there a way to run them in parallel?

 

 

0 Kudos
2 Replies
KhaiChein_Y_Intel
385 Views

Hi,

 

You cannot run the same design with three different revisions in parallel. You may create an archive file and compile the design in three separate directories in parallel provided that you have enough license seat.

 

Thanks.

Best regards,

KhaiY

0 Kudos
KhaiChein_Y_Intel
385 Views

Hi,

 

Do you have any updates?

 

Thanks.

Best regards,

KhaiY

0 Kudos
Reply