Changes between Version 16 and Version 17 of Component/Vci Multi Timer


Ignore:
Timestamp:
Feb 18, 2009, 3:29:35 PM (15 years ago)
Author:
alinevieiramello@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Multi Timer

    v16 v17  
    100100== 4) TLM-T Iplementation ==
    101101
    102 The TLM-T implementation is not yet available.
     102=== TLM-T sources ===
    103103
     104 * interface : source:trunk/soclib/soclib/module/internal_component/vci_timer/tlmt/source/include/vci_timer.h
     105 * implementation : source:trunk/soclib/soclib/module/internal_component/vci_timer/tlmt/source/src/vci_timer.cpp
     106
     107=== TLM-T Constructor parameters ===
     108{{{
     109VciTimer(
     110     sc_module_name name,   //  Component Name
     111     const soclib::common::IntTab & index,  // Target index
     112     const soclib::common::MappingTable &mt,   // MappingTable
     113     size_t ntimer);   //  Number of available timers
     114}}}
     115
     116=== TLM-T Ports ===
     117
     118 * soclib::tlmt::!VciTarget<vci_param> '''p_vci''' : The VCI port
     119 * std::vector<tlmt_core::tlmt_out<bool> *> '''p_irq''' : Interrupts ports array