Forum Discussion
Altera_Forum
Honored Contributor
17 years agoThe altsyncram block by itself does not include any process. The process that you have created (that you have called "the behaviour") is to be implemented as a stand-alone controller block outside the altsyncram block.
So the altsyncram is a simple data container and your external controller block decides when and how to read data from the memory. I hope that it is clear enough.