| 1 | = GIET_VM / MWR Driver = |
| 2 | |
| 3 | [[PageOutline]] |
| 4 | |
| 5 | |
| 6 | The [source:soft/giet_vm/giet_drivers/mwr_driver.c mwr_driver.c] and [source:soft/giet_vm/giet_drivers/mwr_driver.h mwr_driver.h] files define the MWR driver. |
| 7 | |
| 8 | The vci_mwmr_controller is a multi-channels hardware component that can be used to connect an hardware coprocesseur to one or several MWMR channels (software FIFOs implemented in memory). |
| 9 | * On the VCI side, it implements the five steps MWMR communication protocol. |
| 10 | * On the coprocessor side, it implements as many FIFOs interfaces as the number of MWMR channels. |
| 11 | |
| 12 | WARNING : The MWR driveris not available yet. |