Changes between Version 13 and Version 14 of Component/Vci Locks


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Locks

    v13 v14  
    4848== 4) TLM-T implementation ==
    4949
    50 The TLM-T implementation is not yet available.
     50=== TLM-T sources ===
     51 
     52 * interface : source:trunk/soclib/soclib/module/internal_component/vci_locks/tlmt/source/include/vci_locks.h
     53 * implementation : source:trunk/soclib/soclib/module/internal_component/vci_locks/tlmt/source/src/vci_locks.cpp
     54
     55=== TLM-T Constructor parameters ===
     56{{{
     57VciLocks(
     58     sc_module_name name,   // Instance name
     59     const soclib::common::IntTab &index,   //  Target index
     60     const soclib::common::MappingTable &mt);   // Mapping Table
     61}}}
     62
     63=== TLM-T Ports ===
     64
     65 * soclib::tlmt::!VciTarget<vci_param> '''p_vci''' : The VCI port