Forum Discussion
Altera_Forum
Honored Contributor
22 years agoNIOS II ISS Simulator error
Hi all, I'm getting this error when running a simple application: the application works fine; at a given point I need to change the stack pointer to another (fresh, never used) location. ...
Altera_Forum
Honored Contributor
22 years agothe iss is arguably being over cautious because it always errors out on uninitialized memory accesses. While this is certainly useful most of the time, in the trivial case where the data read isn't actually used, having the iss error out thus preventing further execution is not ideal.
The next version will address this issue by offering the user the option to error, warn or suppress this message.