Forum Discussion
SyafieqS
Super Contributor
4 years agoHi Hassan,
Yes, you can actually create a project from scratch using TCL API from Quartus. At a DOS or shell prompt, you can run a script that contains that tcl code as shown here after you generate a tcl project.
quartus_sh -t script.tcl -project top -revision first
For more details regarding the API, in shell, quartus_sh --qhelp and there would be list of API tcl package for your scripting.