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

Command line project compilation

Altera_Forum
名誉分销商 II
2,899 次查看

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 项奖励
4 回复数
Altera_Forum
名誉分销商 II
2,014 次查看

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 项奖励
Altera_Forum
名誉分销商 II
2,014 次查看

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

I don't use it yet, but seems interesting.
0 项奖励
Altera_Forum
名誉分销商 II
2,014 次查看

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

0 项奖励
Altera_Forum
名誉分销商 II
2,014 次查看

 

--- 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 项奖励
回复