Forum Discussion
Altera_Forum
Honored Contributor
8 years agohow to build the example project form *.tcl file?
hi everyone: in my project, i have to add a Third party IP. i got a *.tcl file to build a example project. the IP's datasheet tell me to excute: quartus_sh -t ex1.quartus.tcl ...
Altera_Forum
Honored Contributor
8 years agoquartus_sh is a command line executable, not a tcl command. It is run in the context of the linux / windows/cygwin shell environment.
If you are at the tcl command line prompt in a tcl shell, then you can use the tcl 'source' command to read a file as a tcl script:tcl> source some_file_name.tcl