- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Tags:
- FPGA Design Tools
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Do you have any updates?
Thanks.
Best regards,
KhaiY
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page