Forum Discussion
Altera_Forum
Honored Contributor
14 years agoError when starting SignalTap from MATLAB
The code:
addpath(genpath('C:\altera\11.1\quartus\bin64'));
alt_signaltap_run
Error appear when run alt_signaltap_run. At next, Matlab crashes. Q11.1sp2, Matlab 7.12.0 (R2011A), Win7x...
Altera_Forum
Honored Contributor
14 years agoYou need to add the Quartus bin directory to your system path.
You can either do this by right-clicking on My Computer and selecting Properties, Advanced and then Environment Variables. Then modify the variable PATH to add C:\altera\11.1\quartus\bin64; to the beginning. Alternatively type the following in MATLAB first: setenv('path', ['C:\altera\11.1\quartus\bin64;' getenv('path')])