Changes between Version 23 and Version 24 of Component/Vci Multi Timer
- Timestamp:
- Oct 29, 2009, 12:34:49 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Multi Timer
v23 v24 92 92 === CABA Ports === 93 93 94 * sc_in<bool>'''p_resetn''' : Global system reset95 * sc_in<bool>'''p_clk''' : Global system clock96 * soclib::caba::!VciTarget<vci_param> '''p_vci''' : The VCIport97 * sc_out<bool> '''p_irq[]''' : Interrupts ports array94 * '''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 98 98 99 99 == 4) TLM-DT Iplementation == … … 115 115 === TLM-DT Ports === 116 116 117 * tlm::tlm_target_socket<32,tlm::tlm_base_protocol_types>'''p_vci_target''' // VCI target port118 * std::vector<tlm_utils::simple_initiator_socket_tagged<!VciTimer,32,tlm::tlm_base_protocol_types> *> '''p_irq_initiator''' // IRQ initiator ports117 * '''p_vci_target''' // VCI target port 118 * '''p_irq_initiator[i]''' // as many IRQ output ports as timers 119 119 120 120