Changes between Version 12 and Version 13 of mwr_driver


Ignore:
Timestamp:
Mar 8, 2015, 4:46:32 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mwr_driver

    v12 v13  
    1717It is an ''internal'' peripheral, that can be replicated in all clusters. Each cluster can contain at most one coprocessor.
    1818
    19 The addressable registers map and command codes are defined [source:soft/giet_vm/giet_drivers/mwr_driver.h here].
     19For the vci_mwmr_dma component, the addressable registers map and the command codes are defined [source:soft/giet_vm/giet_drivers/mwr_driver.h here].
     20
     21Besides these communication channels registers, the vci_mwmr_dma componentt supports up to 16 coprocessor specific configuration/status registers. Configuration registers are Read/Write. Status registers are Read-Only.
     22
    2023
    2124 == __Coprocessor registers access functions__ ==
    2225
    23 These functions can be used to access the specific coprocessor registers.
     26These functions can be used to access the coprocessor specific registers.
    2427
    2528 === void '''_mwr_set_coproc_register'''( unsigned int cluster_xy ,  unsigned int index ,  unsigned int value ) ===