Changes between Version 12 and Version 13 of mwr_driver
- Timestamp:
- Mar 8, 2015, 4:46:32 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mwr_driver
v12 v13 17 17 It is an ''internal'' peripheral, that can be replicated in all clusters. Each cluster can contain at most one coprocessor. 18 18 19 The addressable registers map and command codes are defined [source:soft/giet_vm/giet_drivers/mwr_driver.h here]. 19 For 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 21 Besides 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 20 23 21 24 == __Coprocessor registers access functions__ == 22 25 23 These functions can be used to access the specific coprocessorregisters.26 These functions can be used to access the coprocessor specific registers. 24 27 25 28 === void '''_mwr_set_coproc_register'''( unsigned int cluster_xy , unsigned int index , unsigned int value ) ===