Changes between Version 2 and Version 3 of Component/Vci Mwmr Dma
- Timestamp:
- Mar 10, 2015, 1:19:15 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Mwmr Dma
v2 v3 66 66 * '''CHANNEL_STATUS[k]''' (MWMR or DMA) 67 67 68 69 Sets the width of one item of the selected MWMR channel (in bytes).70 71 * `MWMR_CONFIG_BUFFER_ADDR`72 Sets the address of the data buffer for the selected MWMR channel.73 74 * `MWMR_CONFIG_RUNNING`75 A boolean enabling the selected MWMR channel.76 77 This hardware component cheks for segmentation violation, and can be used78 as a default target.79 80 68 For extensibility issues, you should access these registers using these globally-defined offsets. 81 69 You should include the `soclib/MwmrDma.h`file in your software, that defines all useful offsets and constants. 70 71 This hardware component cheks for segmentation violation, and can be used as a default target. 82 72 83 73 == 3) Component definition & usage ==