Forum Discussion

RElna's avatar
RElna
Icon for New Contributor rankNew Contributor
6 years ago

How to continuously capture and log data from running design on DE1SoC using signal tap? Capture data for 1 hour and continuously save it to csv files ?

Hi,

  • I would like to know how to continuously capture data from DE1SoC for long time. I thought I can have a for loop in tcl. In each loop round I would call run analysis and save data in a log and then export the saved log to csv. I wrote the following tcl script, however, no data log is written and stp is corrupted instead.

open_session -name file.stp

run -instance auto_signaltap_0 -data_log log_1 -timeout 5

export_data_log -data_log log_1 -filename test.csv

close_session

Do you have suggestions on how to solve this issue.

  • I also want to continuously capture data from signaltap, I do not want to wait on a trigger. Shall I set all triggers to don't care and use Basic OR ?

Best Regards,

Rana

5 Replies