Hello,
I am trying to import signaltap data into MATLAB. Every time I try to import data I get following error in MATLAB:
" ??? One or more output arguments not assigned during call to
"alt_signaltap_run"."
I have my quartus project saved with folder name "My_project" within th bin directory of quartus. My .stp file name is "half_adder". Therefore when I want to import data into MATLAB, I type following command in MATLAB
x = alt_signaltap_run('
c:\altera\11.0\quartus\My_project\half_adder.stp', 'auto_signaltap_0').
But it opens the help about alt_signaltap_run function and returns me above mentioned error.
Please help me
Thank you