Changes between Version 11 and Version 12 of Component/Mapping Table/Tables Creation


Ignore:
Timestamp:
Dec 8, 2011, 5:49:18 PM (12 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Mapping Table/Tables Creation

    v11 v12  
    143143
    144144|| Name  ||  Address    || Masked value || Address![21:20] || Cacheablility  ||
    145 || seg0  ||  0x12000000 || 0x00000000   || 0               ||    False       ||
    146 || seg1  ||  0x12100000 || 0x00100000   || 1               ||    True        ||
    147 || seg2  ||  0x14000000 || 0x00000000   || 0               ||    False       ||
    148 || seg3  ||  0x14100000 || 0x00100000   || 1               ||    True        ||
    149 || seg4  ||  0x14200000 || 0x00200000   || 2               ||    True        ||
     145|| seg0  ||  0x12000000 || 0x00000000   || 00              ||    False       ||
     146|| seg1  ||  0x12100000 || 0x00100000   || 01              ||    True        ||
     147|| seg2  ||  0x14000000 || 0x00000000   || 00              ||    False       ||
     148|| seg3  ||  0x14100000 || 0x00100000   || 01              ||    True        ||
     149|| seg4  ||  0x14200000 || 0x00200000   || 10              ||    True        ||
    150150
    151151We can deduct the following table:
    152152
    153 || Address![21:20] || Cacheability ||
    154 || 0               || False        ||
    155 || 1               || True         ||
    156 || 2               || True         ||
    157 || 3               || unknown      ||
     153|| Address![21:20]  || Cacheability ||
     154|| 0O               || False        ||
     155|| 01               || True         ||
     156|| 10               || True         ||
     157|| 11               || Don't Care   ||
    158158
    159159In components' code, Cacheability Tables directly take an address, select appropriate bits