Changes between Version 3 and Version 4 of Tools/Mwmr
- Timestamp:
- Feb 21, 2008, 3:30:05 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tools/Mwmr
v3 v4 24 24 25 25 The 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) 27 one or several MWMR channels. You can get the code [https://www-asim.lip6.fr/trac/mutekh here] 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 [https://www-asim.lip6.fr/trac/mutekh here] 28 27 * 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. 29 28