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


Ignore:
Timestamp:
Oct 29, 2009, 11:55:28 AM (15 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Icu

    v21 v22  
    124124=== TLM-DT Ports ===
    125125
    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
     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 output port to the processor
     128 * std::vector<tlm_utils::simple_target_socket_tagged<!VciIcu,32,tlm::tlm_base_protocol_types> *> '''p_irq_target''' //  Up to 32 IRQ input ports
    129129