Changes between Version 23 and Version 24 of Component/Vci Multi Timer


Ignore:
Timestamp:
Oct 29, 2009, 12:34:49 PM (15 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Multi Timer

    v23 v24  
    9292=== CABA Ports ===
    9393
    94  * sc_in<bool> '''p_resetn''' : Global system reset
    95  * sc_in<bool> '''p_clk''' : Global system clock
    96  * soclib::caba::!VciTarget<vci_param> '''p_vci''' : The VCI port
    97  * sc_out<bool> '''p_irq[]''' : Interrupts ports array
     94 * '''p_resetn''' : Global system reset
     95 * '''p_clk''' : Global system clock
     96 * '''p_vci''' : VCI target port
     97 * '''p_irq[i]''' : As many output IRQ ports as timers
    9898
    9999== 4) TLM-DT Iplementation ==
     
    115115=== TLM-DT Ports ===
    116116
    117  * tlm::tlm_target_socket<32,tlm::tlm_base_protocol_types> '''p_vci_target'''   // VCI target port
    118  * std::vector<tlm_utils::simple_initiator_socket_tagged<!VciTimer,32,tlm::tlm_base_protocol_types> *> '''p_irq_initiator''' // IRQ initiator ports
     117 * '''p_vci_target'''   // VCI target port
     118 * '''p_irq_initiator[i]''' // as many IRQ output ports as timers
    119119
    120120