Forum Discussion
Altera_Forum
Honored Contributor
17 years agoTo make it easier to poke around in help, run "quartus_sh --qhelp" at the operating system command line to get a GUI interface to command-line help.
Select quartus_stp under "Command-Line Executables" in the "Help Topics" pane at the upper left. In the upper-right pane you will see the quartus_stp command-line options. I don't see anything here like what you want, but there is a "-t <script file>" argument for quartus_stp. The next question is what can be done in a Tcl script. Select "stp" under "Tcl API Packages" in the "Help Topics" pane. The "run" command has some options like "-data_log <data log>: Name of data log to be recorded". There might be Tcl packages other than "stp" that have something that would be helpful for what you want to do.