Changes between Version 15 and Version 16 of Component/Vci Locks


Ignore:
Timestamp:
Oct 27, 2009, 4:40:31 PM (15 years ago)
Author:
alinevieiramello@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Locks

    v15 v16  
    4343 * soclib::caba::!VciTarget<vci_param> '''p_vci''' : The VCI port
    4444
    45 == 4) TLM-T implementation ==
     45== 4) TLM-DT implementation ==
    4646
    47 === TLM-T sources ===
     47=== TLM-DT sources ===
    4848 
    49  * interface : source:trunk/soclib/soclib/module/internal_component/vci_locks/tlmt/source/include/vci_locks.h
    50  * implementation : source:trunk/soclib/soclib/module/internal_component/vci_locks/tlmt/source/src/vci_locks.cpp
     49 * interface : source:trunk/soclib/soclib/module/internal_component/vci_locks/tlmdt/source/include/vci_locks.h
     50 * implementation : source:trunk/soclib/soclib/module/internal_component/vci_locks/tlmdt/source/src/vci_locks.cpp
    5151
    52 === TLM-T Constructor parameters ===
     52=== TLM-DT Constructor parameters ===
    5353{{{
    5454VciLocks(
     
    5858}}}
    5959
    60 === TLM-T Ports ===
     60=== TLM-DT Ports ===
    6161
    62  * soclib::tlmt::!VciTarget<vci_param> '''p_vci''' : The VCI port
     62 * tlm::tlm_target_socket<32,tlm::tlm_base_protocol_types> p_vci_target;   // VCI target port
     63