From WikiChip
Editing arm holdings/microarchitectures/arm6

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.

Latest revision Your text
Line 149: Line 149:
 
By far the biggest addition to the ARM6 is the addition of an [[MMU]] which is in charge of translating virtual addresses into physical ones as well as control access permissions. The MMU is implemented using a 32-entry [[Translation Lookaside Buffer]] (TLB), access control logic, and translation table walking logic.
 
By far the biggest addition to the ARM6 is the addition of an [[MMU]] which is in charge of translating virtual addresses into physical ones as well as control access permissions. The MMU is implemented using a 32-entry [[Translation Lookaside Buffer]] (TLB), access control logic, and translation table walking logic.
  
The MMU operates on sections comprised of 1 MiB blocks. Two page sizes are supported: 4 KiB small pages and 64 KiB large pages. Both taking up a single entry in the TLB. Each of the pages has a more granular access control which extend to 1 KiB sub-pages (on the small pages) and 16 KiB sub-pages (on the large pages). Upon a hit in the TLB, control logic is used to determine if the access is permitted. On denial, the MMU signals the core to abort. On a miss, the translation table walking logic is used to retrieve the translation information from a full translation table in physical memory. Entries are replaced cyclically.
+
The MMU operates on sections comprised of 1 MiB blocks. Two page sizes are supported: 4 KiB small pages and 64 KiB large pages. Both taking up a single entry in the TLB. Each of the pages has a more granular access control which extend to 1 KiB sub-pages (on the small pages) and 16 KiB sub-pages (on the large pages).
 
 
When the MMU is disabled, such as during RESET, the virtual address is the physical address. Note that because the MMU stores the cache control bits (i.e., <code>Cacheable</code>, <code>Updateable</code>), for the chip to use the IDC, the MMU must also be enabled.
 
  
 
Four types of faults can be generated on the ARM6: Alignment Fault, Translation Fault, Domain Fault, Permission Fault. If the fault is a result of a memory access, the access is aborted and the appropriate signals are sent to the core. The core recognizes two abort types: data abort and prefetch abort which are handled separately by the MMU.
 
Four types of faults can be generated on the ARM6: Alignment Fault, Translation Fault, Domain Fault, Permission Fault. If the fault is a result of a memory access, the access is aborted and the appropriate signals are sent to the core. The core recognizes two abort types: data abort and prefetch abort which are handled separately by the MMU.

Please note that all contributions to WikiChip may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WikiChip:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)
codenameARM4 +
core count1 +, 4 +, 6 + and 8 +
designer1 + and ARM Holdings +
full page namearm holdings/microarchitectures/arm6 +
instance ofmicroarchitecture +
instruction set architectureARMv3 +, ARMv4 + and ARMv6 +
manufacturerGEC-Plessey Semiconductors +, Sharp + and VLSI Technology +
microarchitecture typeCPU +
nameARM4 +
phase-out0202 JL +
pipeline stages3 +
pipeline stages (min)12 +
process800 nm (0.8 μm, 8.0e-4 mm) +
processing element count4 +, 6 +, 8 + and 2 +