Changes between Version 5 and Version 6 of Tools/Mwmr


Ignore:
Timestamp:
Aug 3, 2010, 9:47:24 PM (14 years ago)
Author:
Nicolas Pouillon
Comment:

Mutekh links

Legend:

Unmodified
Added
Removed
Modified
  • Tools/Mwmr

    v5 v6  
    2424
    2525The MWMR middleware has two main components :
    26  * The software part is a library of C functions. Those functions are build on top of the POSIX API and implement the 5 steps MWMR protocol. They can be used by a software task to read from( or write into) one or several MWMR channels. You can get the code here : [https://www-asim.lip6.fr/trac/mutekh MWMR software]
     26 * The software part is a library of C functions. Those functions are build on top of the POSIX API and implement the 5 steps MWMR protocol. They can be used by a software task to read from( or write into) one or several MWMR channels. The code is a [http://www.mutekh.org/ MutekH] library available [mutekh:source:/trunk/mutekh/libmwmr as libmwmr]
    2727 * The  hardware part is a generic [wiki:Component/VciMwmrController MWMR controller]. This hardware component has a DMA capability, and implement the 5 steps MWMR protocol. It and can be used by any hardware coprocessor that has one or several simple FIFO interfaces.
    2828