Forum Discussion
Altera_Forum
Honored Contributor
14 years agoburst count
Hi,everybody Will you please explain what's the "Local maximum burst count" meaning in the DDR IP Controller setttings? If I don't use the avalon-bus ,can I use the burst count function? ...
Altera_Forum
Honored Contributor
14 years agoYou shouldn't wait for local_ready to be high before accessing memory, you should use local_ready to determine if you should prolong the current access. For example your process will begin writing when local_ready is high but during the write that signal could be driven low which your logic isn't handling.
Is there a particular reason why you are attempting to interface directly to the memory controller instead of using some IP block in SOPC Builder/Qsys that could do this for you?