| 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 | {{{ |
| | 57 | VciLocks( |
| | 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 |