Changes between Version 12 and Version 13 of Component/Vci Xcache


Ignore:
Timestamp:
Feb 9, 2008, 12:52:10 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Xcache

    v12 v13  
    2929
    3030 * 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 in incrementing 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.
    3232 * It uses the [wiki:Component/MappingTable Mapping Table] to support uncached segments.
    3333 * The Data cache accepts a line invalidate command.