Altera_Forum
Honored Contributor
12 years agoCompiling project through Makefile
Hello, I always used GUI for my projects and now trying to learn how to set up the project and do compilation/synthesis through command line. I am reading the quartus 2 handbook for command line scripting. I went through their example of a script for creating project and doing full compilation, STA, pin assignment. I have one small question though.
Is there any way for just doing compilation and elaboration (ctl + K) through command-line ? I don't want to do full compilation each time as it consumes time and not necessary always. I can also compile the codes using Modelsim but wondering about how it can be done through quartus. Thanks in advance.