Forum Discussion
Altera_Forum
Honored Contributor
21 years agoUnoptimizing Code?
I have some code that basically bangs bits out a PPort. At the moment I dont really care how fast it occurs, however; the optimizer, or something is basically makeing my code useles! The code w...
Altera_Forum
Honored Contributor
21 years agoThank you! that makes sense, the data cache!
I have no need for it for my particular project, so I just disabled it, but for future reference, How do you disable it (for particular chunks of memory) or get around it? What are those special access calls? Thank you very much. Randy