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


Ignore:
Timestamp:
Oct 29, 2009, 12:31:21 PM (15 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Icu

    v22 v23  
    100100
    101101=== CABA Ports ===
    102  * sc_in<bool> '''p_resetn'''  : Global system reset
    103  * sc_in<bool> '''p_clk''' : Global system clock
    104  * soclib::caba::!VciTarget<vci_param> '''p_vci''' : VCI port
    105  * sc_out<bool> '''p_irq''' : Output interrupt port
    106  * sc_in<bool> '''p_irq_in[]''' : Input interrupts ports array
     102 * '''p_resetn'''  : Global system reset
     103 * '''p_clk''' : Global system clock
     104 * '''p_vci''' : VCI target port
     105 * '''p_irq''' : Output IRQ port
     106 * '''p_irq_in[i]''' : Up to 32 input IRQ ports
    107107
    108108== 4) TLM-DT Implementation ==
     
    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 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
     126 * '''p_vci_target'''   // VCI target port
     127 * '''p_irq_initiator''' // IRQ output port to the processor
     128 * '''p_irq_target[i]''' //  Up to 32 IRQ input ports
    129129