Changes between Version 12 and Version 13 of Component/Vci Xcache
- Timestamp:
- Feb 9, 2008, 12:52:10 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Xcache
v12 v13 29 29 30 30 * The Data cache is direct mapping, and the write policy is WRITE-THROUGH (the data is immediately written in memory, and the cache is updated only in case of HIT). 31 * The data cache contains a parametrably-sized write buffer. The cache controller builds a burst packet when there are successive writes inincrementing addresses.31 * The data cache contains a write buffer (8 words). The cache controller builds a burst packet when there are successive write requests with incrementing addresses. 32 32 * It uses the [wiki:Component/MappingTable Mapping Table] to support uncached segments. 33 33 * The Data cache accepts a line invalidate command.