Changes between Version 2 and Version 3 of Component/Vci Mwmr Dma


Ignore:
Timestamp:
Mar 10, 2015, 1:19:15 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Mwmr Dma

    v2 v3  
    6666 * '''CHANNEL_STATUS[k]'''                                                     (MWMR or DMA)
    6767
    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 used
    78 as a default target.
    79 
    8068For extensibility issues, you should access these registers using these globally-defined offsets.
    8169You should include the `soclib/MwmrDma.h`file in your software, that defines all useful offsets and constants.
     70
     71This hardware component cheks for segmentation violation, and can be used as a default target.
    8272
    8373== 3) Component definition & usage ==