Forum Discussion
Altera_Forum
Honored Contributor
17 years agoSignaltap II
Hi! I have two doubts. I have a proyect and I have created a *.stp file. I haven't used trigers conditions. The problem is that I want to see the captured dates continously in a 10ms ...
Altera_Forum
Honored Contributor
17 years agoyou can also use a MATLAB command to capture signals from signal tap directly into a vector\matrix. using a loop you can achieve a greater depth.
but it will probably be safer to use triggers. use the command: data= alt_signaltap_run ( 'stp_file_name.stp', 'unsigned');