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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Multi Tty

    v16 v17  
    105105== 4) TLM-T Implementation ==
    106106
    107 The TLM-T implementation is not yet available.
     107=== TLM-T sources ===
    108108
     109 * interface : source:trunk/soclib/soclib/module/connectivity_component/vci_multi_tty/tlmt/source/include/vci_multi_tty.h
     110 * implementation : source:trunk/soclib/soclib/module/connectivity_component/vci_multi_tty/tlmt/source/src/vci_multi_tty.cpp
     111
     112=== TLM-T Constructor parameters ===
     113{{{
     114VciMultiTty(
     115     sc_module_name name,                      // Instance name
     116     const soclib::common::IntTab &index,      // Target index
     117     const soclib::common::MappingTable &mt,   // Mapping Table
     118     const char *first_tty_name, ...);         // TTY names (as many names as terminals)
     119}}}
     120
     121=== TLM-T Ports ===
     122
     123 * soclib::tlmt::!VciTarget<vci_param> '''p_vci''' : The VCI port
     124 * std::vector<tlmt_core::tlmt_out<bool> *> '''p_irq''' : Interrupts ports array