Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
To 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. - Altera_Forum
Honored Contributor
Hi Brad,
Thanks a lot for your help. I will try the data log to see if it helps. - Altera_Forum
Honored Contributor
I have used the command line and a script to record a log file. you can open the stp file with a text editor and see the log, however i have trouble making sense of the data. data in the log file is not what you see if you open the stp file with the gui. i am confused...