Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- where do you run the script? from outside of the Quartus? But ow can I run the same commands from the TCL Console (from inside of Quartus)? --- Quote End --- As I indicated I run the commands from the command line using this command:
quartus_sta -t generate_timing.tcl MY_DESIGN 10 so the tcl script is fed to the Quartus Static Timing Analyzer (quartus_sta) application. So basically the tcl command script in the file is run on the TCL console within the quartus_sta application.