Changes between Version 1 and Version 2 of Component/Vci Simple Ring Network


Ignore:
Timestamp:
Jan 19, 2009, 1:58:05 PM (15 years ago)
Author:
abdelmalek.si-merabet@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Simple Ring Network

    v1 v2  
    3535=== CABA ports ===
    3636
    37 {{{
    3837 * sc_in<bool>                            p_clk;           // Global system clock
    3938 * sc_in<bool>                            p_resetn;        // Global system reset
    4039 * soclib::caba::VciInitiator<vci_param>* p_to_target;     // Ports to VCI targets
    4140 * soclib::caba::VciTarget<vci_param>   * p_to_initiator;  // Ports to VCI initiators
    42 }}}
    4341
    4442== 4) TLMT implementation ==