Changes between Initial Version and Version 1 of Tools/Mwmr


Ignore:
Timestamp:
Feb 21, 2008, 3:01:12 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tools/Mwmr

    v1 v1  
     1= MWMR  =
     2
     3== General presentation ==
     4
     5The MWMR communication middleware implements a generic inter-task communication mechanism for
     6shared memory multi-processors architectures. This protocol has been designed to support both
     7communication between ''software tasks'' (running on a programmable processor), and ''hardware tasks'',
     8implemented as dedicated hardware coprocessors.
     9
     10MWMR stands for ''Multi Writers, Multi-Readers''. The MWMR channel itself is implemented as a software
     11FIFO, that can have several producers, and several consumers. Each MWMR communication channel
     12is protected by a dedicated ''lock'', for exclusive access.
     13
     14== More Information ==
     15
     16You can obtain more detailed information, and download the code [https://www-asim.lip6.fr/trac/mutekh here]