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!链接已复制
4 回复数
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)--- 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.
