Changes between Version 15 and Version 16 of Component/Vci Mwmr Controller


Ignore:
Timestamp:
Oct 30, 2009, 2:30:06 PM (15 years ago)
Author:
alinevieiramello@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Mwmr Controller

    v15 v16  
    106106 * sc_in<uint32_t> '''p_status[]''' : Status ports
    107107
    108 == 4) TLM-T Implementation ==
     108== 4) TLM-DT Implementation ==
    109109
    110 === TLM-T sources ===
     110=== TLM-DT sources ===
    111111
    112  * interface : source:trunk/soclib/soclib/module/internal_component/vci_mwmr_controller/tlmt/source/include/vci_mwmr_controller.h
    113  * implementation : source:trunk/soclib/soclib/module/internal_component/vci_mwmr_controller/tlmt/source/src/vci_mwmr_controller.cpp
     112 * interface : source:trunk/soclib/soclib/module/internal_component/vci_mwmr_controller/tlmdt/source/include/vci_mwmr_controller.h
     113 * implementation : source:trunk/soclib/soclib/module/internal_component/vci_mwmr_controller/tlmdt/source/src/vci_mwmr_controller.cpp
    114114
    115 === TLM-T Constructor ===
     115=== TLM-DT Constructor ===
    116116{{{
    117117VciMwmrController(
     
    128128}}}
    129129
    130 === TLM-T Ports ===
     130=== TLM-DT Ports ===
    131131
    132  * soclib::tlmt::!VciInitiator<vci_param> '''p_vci_initiator''' : The VCI initiator port
    133  * soclib::tlmt::!VciTarget<vci_param>    '''p_vci_target''' : The VCI target port
    134  * std::vector<tlmt_core::tlmt_out<typename vci_param::data_t> *>  '''p_config''' : Configuration ports
    135  * std::vector<tlmt_core::tlmt_out<typename vci_param::data_t*> *> '''p_status''' : Status ports
    136  * std::vector<soclib::tlmt::!FifoTarget<vci_param> *> '''p_read_fifo''' : Fifos from coprocessor
    137  * std::vector<soclib::tlmt::!FifoTarget<vci_param> *> '''p_write_fifo''' : Fifos to coprocessor
     132 * '''p_vci_initiator''' : The VCI initiator port
     133 * '''p_vci_target''' : The VCI target port
     134 * '''p_config[]''' : Configuration ports
     135 * '''p_status[]''' : Status ports
     136 * '''p_from_coproc[]''' : Fifos from coprocessor
     137 * '''p_to_coproc[]''' : Fifos to coprocessor