Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers

address mapping

CosmoKramer
Employee
481 Views

We have two dimms of same capacity.  I know number of bits for row, column, bank and bank group and it is byte addressable. For a burst length of N,  how can I figure out address mapping for this ?

Labels (1)
0 Kudos
2 Replies
AdzimZM_Intel
Employee
384 Views

Hello,


Address ordering [26 bits]

Row 16, Column 10, Bank 2, Bank Group 2. Address Ordering is CS-CID-Row-Bank-Col-BG.

The Avalon bus address width is 27 bits shown as amm_address[26..0] in the IP Block Symbol view or in the RTL top level file port description.

The mapping is :

 

Row[15..0]              = amm_address[26:11]

Bank[1..0]               = amm_address[10:9]

Col[9..3]                  = amm_address[8:2]

Bank Group[1..0]   = amm_address[1:0]


0 Kudos
AdzimZM_Intel
Employee
335 Views

As we do not receive any response from you on the previous reply that we have provided, I now transition this thread to community support. Please login to ‘https://supporttickets.intel.com’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.


0 Kudos
Reply