Changes between Version 15 and Version 16 of Component/Vci Locks
- Timestamp:
- Oct 27, 2009, 4:40:31 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Locks
v15 v16 43 43 * soclib::caba::!VciTarget<vci_param> '''p_vci''' : The VCI port 44 44 45 == 4) TLM- T implementation ==45 == 4) TLM-DT implementation == 46 46 47 === TLM- T sources ===47 === TLM-DT sources === 48 48 49 * interface : source:trunk/soclib/soclib/module/internal_component/vci_locks/tlm t/source/include/vci_locks.h50 * implementation : source:trunk/soclib/soclib/module/internal_component/vci_locks/tlm t/source/src/vci_locks.cpp49 * 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 51 51 52 === TLM- T Constructor parameters ===52 === TLM-DT Constructor parameters === 53 53 {{{ 54 54 VciLocks( … … 58 58 }}} 59 59 60 === TLM- T Ports ===60 === TLM-DT Ports === 61 61 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