Changes between Version 24 and Version 25 of Component/Vci Multi Ahci


Ignore:
Timestamp:
Apr 29, 2015, 10:56:19 AM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Multi Ahci

    v24 v25  
    134134=== CABA Ports ===
    135135
    136  * '''p_resetn''' : Global system reset
    137  * '''p_clk''' : Global system clock
    138  * '''p_vci_target''' : The VCI target port
    139  * '''p_vci_initiator''' : The VCI initiator port
    140  * '''p_channel_irq[]''' : Array of interrupt ports (one per channel)
     136 * sc_in<bool>  '''p_resetn''' : Global system reset
     137 * sc_in<bool>  '''p_clk''' : Global system clock
     138 * VciTarget<vci_param>  '''p_vci_target''' : VCI target port
     139 * VciInitiator<vci_param>  '''p_vci_initiator''' : VCI initiator port
     140 * sc_out<bool>  '''p_irq''' : Interrupt port
     141
     142 * sc_out<bool>  '''p_sdc_clk''' : SD Card clock
     143
     144 * sc_out<bool>  '''p_sdc_cmd_value_out''' : CMD bus value to SD Card
     145 * sc_out<bool>  '''p_sdc_cmd_enable_out''' : CMD bus enable to SD Card
     146 * sc_in<bool>  '''p_sdc_cmd_value_in''' : CMD bus value from SD Card
     147 * sc_in<bool>  '''p_sdc_cmd_enable_in''' : CMD bus enable from SD Card
     148
     149 * sc_out<bool>  '''p_sdc_dat_value_out[4]''' : DAT bus value to SD Card
     150 * sc_out<bool>  '''p_sdc_dat_enable_out''' : DAT bus enable to SD Card
     151 * sc_in<bool>  '''p_sdc_dat_value_in[4]''' : DAT bus value from SD Card
     152 * sc_in<bool>  '''p_sdc_dat_enable_in''' : DAT bus enable from SD Card
    141153
    142154== 7) TLM-DT Implementation ==