Changes between Version 12 and Version 13 of Component/Vci Multi Ahci


Ignore:
Timestamp:
Mar 31, 2015, 3:26:38 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Multi Ahci

    v12 v13  
    2222== 2) Command List ==
    2323
    24 For each channel, the VciMultiAhci driver must use a software FIFO to register a command: The Command Descriptor array (32 entries) define the Command List. Each Command Descriptor occupies 16 bytes, and contains mainly the physical address of the associated Command Table. A command Descriptor is defined by the following C structure:
     24For each channel, the !VciMultiAhci driver must use a software FIFO to register a command: The Command Descriptor array (32 entries) define the Command List. Each Command Descriptor occupies 16 bytes, and contains mainly the physical address of the associated Command Table. A command Descriptor is defined by the following C structure:
    2525
    2626{{{
     
    139139 * '''p_vci_target''' : The VCI target port
    140140 * '''p_vci_initiator''' : The VCI initiator port
    141  * '''*p_channel_irq''' : Array of interrupt ports (one per channel)
     141 * '''p_channel_irq[]''' : Array of interrupt ports (one per channel)
    142142
    143143== 7) TLM-DT Implementation ==