cyclone v ddr3
hey to you all,
im trying to interface to ddr3 component with the ddr3 uniphy controller ip .
im using cyclone v soc development kit with quartus version 14.1 .
i succeded to run the example design that intel provides and it runs successfully.
the interface between the example driver to the ddr3 uniphy controller ip is avalon mm interface.
what im trying to understand is the local address mapping in the avalon mm vs the address on the memory itself.
avalon local address bus : [29:0]
mem_a:[14:0]
could you explain the address mapping with read/write example?
thanks,
BR,
Ram.
hello again,
ok i think i understands the addressing now.
the address[29:0] uses only [29:4].(26 bits out of 30). and the 4 bits left are just padding.
correct me if im wrong.
thanks,
Ram.