Forum Discussion

AnandKulkarni's avatar
AnandKulkarni
Icon for New Contributor rankNew Contributor
1 year ago

Where is the data capture log stored for quartus_stp?

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?

Reference...

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

1 Reply

  • FvM's avatar
    FvM
    Icon for Super Contributor rankSuper Contributor

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