Changes between Version 11 and Version 12 of Component/Mapping Table/Tables Creation
- Timestamp:
- Dec 8, 2011, 5:49:18 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Mapping Table/Tables Creation
v11 v12 143 143 144 144 || Name || Address || Masked value || Address![21:20] || Cacheablility || 145 || seg0 || 0x12000000 || 0x00000000 || 0 146 || seg1 || 0x12100000 || 0x00100000 || 1|| True ||147 || seg2 || 0x14000000 || 0x00000000 || 0 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 || 150 150 151 151 We can deduct the following table: 152 152 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 || 158 158 159 159 In components' code, Cacheability Tables directly take an address, select appropriate bits