close Warning: Can't synchronize with repository "(default)" (/common/SVN/crkit does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Software/Firmware/Framework/R3_arch/outline/mem_map


Ignore:
Timestamp:
Jun 18, 2010, 5:50:33 PM (14 years ago)
Author:
khanhle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/Firmware/Framework/R3_arch/outline/mem_map

    v1 v1  
     1== Memory Map ==
     2
     3R3 global memory map is divided into multiple regions as shown in Table 1. The total number of address bits are 32-bit, but we will only use the lower 16-bits per region e.g. 65Kbytes per region. Therefore, bit31-28 are used for region address decoding between the individual regions as illustrated in figure 2. Each address range gets its own chip select.
     4
     5For detailed definition for each RMAP, click on provided links under ''Instance'' column in Table 1. Note that the RMAP addresses are given as offsets, and must be added to Base address to get the correct address pointer to RMAP register. Example - Common Control base address == 0x10000000, hence Common Control RMAP real address == RMAP offset + 0x10000000 (base).   
     6
     7__Table 1 - R3 Global Memory Map__
     8||'''Instance'''      ||'''Address Range'''||'''Size'''  ||'''Description'''||
     9||''Reserved''        ||0x00000000-0x0FFFFFFC||-        ||Future use||
     10||''[source:/doc/trunk/architecture/rmap/R3/cmn_ctl_rmap.xls Common Control]''  ||0x10000000-0x1000FFFC||65K      ||Control Plane register map e.g. SPI, LEDs, and board level IO||
     11||''Common INTC''     ||0x10010000-0x1001FFFC||65K      ||Interrupt Controller map. Individual interrupt lines from all RMAPs are consolidated in a single location. Once an interrupt is set by HW, a status messaging packet is sent to Host. Host shall read the INTC status register to identify which of the RMAP regions has triggered an interrupt e.g. coarse parsing, followed by fine parsing||
     12||''Timing Control''  ||0x10020000-0x1002FFFC||65K      ||address range for timing controller||
     13||''Ethernet Port''   ||0x10030000-0x1003FFFC||65K      ||address range for Tx and Rx Ethernet ports||
     14||''Packet Processor''||0x10040000-0x1004FFFC||65K      ||address range for packet processor||
     15||''Tx APP''          ||0x10050000-0x1005FFFC||65K      ||address range for Tx Application||
     16||''Rx APP''          ||0x10060000-0x1006FFFC||65K      ||address range for Rx Application||
     17||''RF Port - DAC''   ||0x10070000-0x1007FFFC||65K      ||address range for DAC interfacing module||
     18||''RF Port - ADC''   ||0x10080000-0x1008FFFC||65K      ||address range for ADC interfacing module||
     19||''Reserved''        ||0x10090000-0xFFFFFFFC||-        ||Future use||
     20[[BR]]
     21
     22
     23__Figure 2 - R3 Top Address Decoding__
     24[[BR]][[BR]]
     25[[Image(r3_addr_dec.jpg)]]
     26[[BR]][[BR]]
     27
     28[..]