Changes between Version 21 and Version 22 of Component/Vci Multi Timer
- Timestamp:
- Oct 27, 2009, 4:33:08 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Multi Timer
v21 v22 97 97 * sc_out<bool> '''p_irq[]''' : Interrupts ports array 98 98 99 == 4) TLM- T Iplementation ==99 == 4) TLM-DT Iplementation == 100 100 101 === TLM- T sources ===101 === TLM-DT sources === 102 102 103 * interface : source:trunk/soclib/soclib/module/internal_component/vci_timer/tlm t/source/include/vci_timer.h104 * implementation : source:trunk/soclib/soclib/module/internal_component/vci_timer/tlm t/source/src/vci_timer.cpp103 * interface : source:trunk/soclib/soclib/module/internal_component/vci_timer/tlmdt/source/include/vci_timer.h 104 * implementation : source:trunk/soclib/soclib/module/internal_component/vci_timer/tlmdt/source/src/vci_timer.cpp 105 105 106 === TLM- T Constructor parameters ===106 === TLM-DT Constructor parameters === 107 107 {{{ 108 108 VciTimer( … … 113 113 }}} 114 114 115 === TLM- T Ports ===115 === TLM-DT Ports === 116 116 117 * soclib::tlmt::!VciTarget<vci_param> '''p_vci''' : The VCI port 118 * std::vector<tlmt_core::tlmt_out<bool> *> '''p_irq''' : Interrupts ports array 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 119 120