Changes between Version 3 and Version 4 of Component/Vci Xcache Wrapper


Ignore:
Timestamp:
Aug 25, 2008, 11:25:17 AM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Xcache Wrapper

    v3 v4  
    3434
    3535 * The write policy is WRITE-THROUGH (the data is immediately written in memory, and the cache is updated only in case of HIT).
    36  * The Data cache contains a write buffer (8 words), and builds a burst when there are successive write requests with incrementing addresses.
     36 * The Data cache contains a write buffer, and builds a burst when there are successive write requests in the same cache line.
    3737 * It uses the [wiki:Component/MappingTable Mapping Table] to support uncached segments.
    3838 * The Data Cache supports the following requests : Read, Write, Linked load, and Store Conditional
     
    4141   * read burst of fixed length, corresponding to a cached read MISS,
    4242   * one word transaction, corresponding to an uncached read, a linked load, or a store conditional.
    43    * write burst of variable length,
     43   * write burst of variable length ( no larger than a cache line)
    4444 * The processor is stalled in case of cached read MISS, in case of uncached read, or in case of write, if the write buffer is full.
    4545