Changes between Version 15 and Version 16 of Component/Vci Vgmn


Ignore:
Timestamp:
Oct 29, 2009, 5:11:09 PM (15 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Vgmn

    v15 v16  
    6262=== CABA Ports ===
    6363
    64  * sc_in<bool> '''p_resetn''' : Global system reset
    65  * sc_in<bool> '''p_clk''' : Global system clock
    66  * soclib::caba::!VciTarget<vci_param> '''p_to_initiator[]''' : Ports from VCI initiators
    67  * soclib::caba::!VciInitiator<vci_param> '''p_to_target[]''' : Ports to VCI targets
     64 * '''p_resetn''' : Global system reset
     65 * '''p_clk''' : Global system clock
     66 * '''p_to_initiator[i]''' : Ports to VCI initiators
     67 * '''p_to_target[i]''' : Ports to VCI targets
    6868
    6969=== CABA Implementation notes ===
     
    9898     size_t nb_target,  // number of targets
    9999     size_t min_latency,  // minimal latency (one way)
    100      size_t fifo_depth );  //  internal FIFO depth
     100     size_t fifo_depth );  //  internal FIFO depth (unused in TLM-DT)
    101101}}}
    102102
    103103=== TLM-DT Ports ===
    104104
    105  * std::vector<tlm_utils::simple_initiator_socket_tagged<Interconnect,32,tlm::tlm_base_protocol_types> *> '''p_vci_initiator'''; // VCI initiator ports
    106  * std::vector<tlm_utils::simple_target_socket_tagged<Interconnect,32,tlm::tlm_base_protocol_types> *> '''p_vci_target'''; // VCI target ports
     105 * '''p_vci_initiator[i]'''; // ports to VCI targets (from [0] to [nb_target - 1])
     106 * '''p_vci_target[i]'''; // ports to VCI initiators (from [0] to [nb_initiator - 1])