Changes between Version 10 and Version 11 of Component/Vci Multi Tty
- Timestamp:
- Feb 9, 2008, 2:46:44 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Multi Tty
v10 v11 73 73 == CABA Implementation == 74 74 75 === CABA sources === 76 75 77 * interface : source:trunk/soclib/soclib/module/connectivity_component/vci_multi_tty/caba/source/include/vci_multi_tty.h 76 78 * implementation : source:trunk/soclib/soclib/module/connectivity_component/vci_multi_tty/caba/source/src/vci_multi_tty.cpp 77 79 78 == TLM-T Implementation79 80 80 == Constructor parameters==81 === CABA Constructor parameters === 81 82 82 83 {{{ … … 95 96 }}} 96 97 97 == Ports==98 === CABA Ports === 98 99 99 100 * sc_in<bool> '''p_resetn''' : Global system reset … … 101 102 * soclib::common::!VciiTarget<vci_param> '''p_vci''' : The VCI port 102 103 * sc_out<bool> '''p_irq[]''' : Interrupt ports array. 104 105 == TLM-T Implementation 106 107 The TLM-T implementation is not yet available. 108