Changes between Version 20 and Version 21 of Component/Vci Icu


Ignore:
Timestamp:
Oct 27, 2009, 4:31:01 PM (15 years ago)
Author:
alinevieiramello@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Icu

    v20 v21  
    106106 * sc_in<bool> '''p_irq_in[]''' : Input interrupts ports array
    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/infrastructure_component/interrupt_infrastructure/vci_icu/tlmt/source/include/vci_icu.h
    113  * implementation : source:trunk/soclib/soclib/module/infrastructure_component/interrupt_infrastructure/vci_icu/tlmt/source/src/vci_icu.cpp
     112 * interface : source:trunk/soclib/soclib/module/infrastructure_component/interrupt_infrastructure/vci_icu/tlmdt/source/include/vci_icu.h
     113 * implementation : source:trunk/soclib/soclib/module/infrastructure_component/interrupt_infrastructure/vci_icu/tlmdt/source/src/vci_icu.cpp
    114114
    115 === TLM-T Constructor parameters ===
     115=== TLM-DT Constructor parameters ===
    116116{{{
    117117VciIcu(
     
    122122}}}
    123123
    124 === TLM-T Ports ===
     124=== TLM-DT Ports ===
    125125
    126  * soclib::tlmt::!VciTarget<vci_param> '''p_vci''' : VCI port
    127  * tlmt_core::tlmt_out<bool> '''p_irqOut''' : Output interrupt port
    128  * std::vector<tlmt_core::tlmt_in<bool> *> '''p_irqIn''' : Input interrupts ports array
     126 * tlm::tlm_target_socket<32, tlm::tlm_base_protocol_types> p_vci_target;   // VCI target port
     127 * tlm::tlm_initiator_socket<32, tlm::tlm_base_protocol_types> p_irq_initiator; // IRQ initiator port
     128 * std::vector<tlm_utils::simple_target_socket_tagged<VciIcu,32,tlm::tlm_base_protocol_types> *> p_irq_target; // IRQ target ports
     129