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

Command line project compilation

Altera_Forum
Honored Contributor II
1,612 Views

Hi all, 

 

I am new to cyclone iv development and I am running Quartus Prime Lite Edition 17.1 

 

Everything is great, I am just looking for an auomatd scriptable way to do the equivalent of Processing -> Start Compilation for my project? 

 

Many thanks!
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
727 Views

Hi, 

 

 

--- Quote Start ---  

Hi all, 

 

I am new to cyclone iv development and I am running Quartus Prime Lite Edition 17.1 

 

Everything is great, I am just looking for an auomatd scriptable way to do the equivalent of Processing -> Start Compilation for my project? 

 

Many thanks! 

--- Quote End ---  

 

 

 

Use execute_flow -compile command to Compile the design. 

For more information refer below link for information and training on tcl 

https://www.altera.com/support/support-resources/design-software/quartus-ii/sof-qts-scripting.html 

 

Let me know if this has helped resolve the issue you are facing or if you need any further assistance.  

 

Best Regards, 

Anand Raj Shankar 

(This message was posted on behalf of Intel Corporation)
0 Kudos
Altera_Forum
Honored Contributor II
727 Views

Take a look to https://github.com/olofk/fusesoc

I don't use it yet, but seems interesting.
0 Kudos
Altera_Forum
Honored Contributor II
727 Views

When i try command execute_flow -compile, I get command not found. Where is the execute_flow executable?

0 Kudos
Altera_Forum
Honored Contributor II
727 Views

 

--- Quote Start ---  

When i try command execute_flow -compile, I get command not found. Where is the execute_flow executable? 

--- Quote End ---  

 

 

execute_flow is a tcl script command that is executed within a quartus executable. Go back and read the link ( https://www.altera.com/support/support-resources/design-software/quartus-ii/sof-qts-scripting.html ) referred to in the first response in greater detail. execute_flow is shown in context there.
0 Kudos
Reply