Changes between Version 2 and Version 3 of Component/Vci Initiator Transactor


Ignore:
Timestamp:
Feb 24, 2010, 11:00:36 PM (14 years ago)
Author:
alinevieiramello@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Initiator Transactor

    v2 v3  
    2020This component have two template parameters, defining respectively the width of the CABA and TLM-DT VCI parameters.
    2121{{{
    22 template<typename vci_param-caba, typename vci_param_tlmdt>
     22template<typename vci_param_caba, typename vci_param_tlmdt>
    2323}}}
    2424 
     
    3838=== Ports ===
    3939
    40 ==== CABA ====
    4140 * sc_out<bool> '''p_resetn''' : hardware reset
    4241 * sc_out<bool> '''p_clk''' :  clock
     
    4443 * VciTarget<vci_param_caba> '''p_vci_target''' : VCI target port (from CABA initiator to transactor)
    4544
    46 ==== TLM-DT ====
    47 
    4845 * '''p_vci_initiator''' : VCI initiator port (from transactor to TLM-DT platform)
    4946 * '''*p_irq_target ''' : IRQ target ports (from TLM-DT platform to transactor)