Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDDR SDRA IP local address
I try to use DDR SDRAM IP controller. I need it for 1 Gbyte DDR memory. after setting the block and the controller sign that we have 1 Gbyet memory we only get 26 address line, and we need 27 ad...
Altera_Forum
Honored Contributor
16 years agoYes that's correct, that is how the local address is mapped to the multiplexed address that is sent to the SDRAM device.
You mentioned that accessing address 0 and 1 mapped to the same memory cells, were you performing burst accesses on the local side? If so are you aware of SDRAM burst wrapping? Basically if you perform a burst access that crosses a burst boundary then the address wraps around which might be why you are seeing this overlapping issue.