Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- is it possible to set a working directory in a Quartus II project where all the report files and temporary synthesis files get stored? I want to have a clean project directory after synthesis with just the source files and the synthesized project. --- Quote End --- If you use a synthesis tcl script or makefile, you have a lot more flexibility as to where files are output. This thread has a very basic script: http://www.alteraforum.com/forum/showthread.php?t=35687 This one is much more complicated, and includes regeneration of Qsys systems via Tcl scripts (read the appendix in the doc): http://www.alteraforum.com/forum/showthread.php?t=35678 If you wanted the .sof or .pof files in a specific directory, then edit the Tcl and have it move them there when the project is completed. Cheers, Dave