wiki:mwr_driver

Version 1 (modified by alain, 10 years ago) (diff)

--

GIET_VM / MWR Driver

The mwr_driver.c and mwr_driver.h files define the MWR driver.

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).

  • On the VCI side, it implements the five steps MWMR communication protocol.
  • On the coprocessor side, it implements as many FIFOs interfaces as the number of MWMR channels.

WARNING : The MWR driveris not available yet.