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

Where is the data capture log stored for quartus_stp?

AnandKulkarni
Novice
419 Views

Hi Team

I am running a tcl script to capture the signals from Cyclone V FPGA used in our application, for image processing. The inbuilt RAM available to capture the raw image values, is not sufficient. So, the quartus tool stores, them in batches automatically. Instead of accessing multiple log files as shown below from sginal tap logic analyzer tool, how can i access single full log file with all captured data. 

Is log stored in some C location?

Is there a way i can direct out manually to some custom made logs, to capture data?

 

image.png

AnandKulkarni_0-1735836863762.png

 

Reference...

https://www.intel.com/content/www/us/en/docs/programmable/683819/21-3/data-capture-from-the-command-line.html

Labels (1)
0 Kudos
1 Reply
FvM
Honored Contributor II
410 Views

Hi
everything (selection of captured data, trigger definition, logs) is stored in .stp file in large xml structures, unfortunately undocumented.

0 Kudos
Reply