Changes between Version 2 and Version 3 of MwMr


Ignore:
Timestamp:
Aug 21, 2006, 5:34:25 PM (18 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MwMr

    v2 v3  
    1 = Multi writer - multi reader fifos =
    2 
    3 Special kind of fifos where any number of producers and readers may be "connected". This fifos provides the following features:
    4  * Transfers are done in indivisible blocks of contiguous data
    5  * Read/Write operations are done in packets of one or more blocks
    6  * Blocks may be read/written in between of others, even in one write operation
    7  * Blocks always arrive in order (even if not contiguous because of preceding point)
    8 
    9 [[Image(mwmr.png)]]
     1See DsxResource