Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16597 Discussions

How to Create SignalTap II List File with console command?

Altera_Forum
Honored Contributor II
1,440 Views

Hi, 

 

I am currently using SignalTap II to collect the execution trace of Nios II. Is there any way to export the aquisition results or to create the SignalTap II List File with console command rather than using GUI? 

 

Thanks a lot.
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
649 Views

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.
0 Kudos
Altera_Forum
Honored Contributor II
649 Views

Hi Brad, 

 

Thanks a lot for your help. 

 

I will try the data log to see if it helps.
0 Kudos
Altera_Forum
Honored Contributor II
649 Views

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...

0 Kudos
Reply