Changes between Version 7 and Version 8 of Component/Vci Ring Target Wrapper


Ignore:
Timestamp:
Feb 11, 2008, 12:41:02 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Ring Target Wrapper

    v7 v8  
    1818=== CABA Constructor parameters ===
    1919
     20{{{
     21VciRingTargetWrapper( sc_module_name name);   //  Instance Name
     22}}}
     23
    2024=== CABA Ports ===
     25
     26 * sc_in<bool>                                     p_clk;  // Global System Clock
     27 * sc_in<bool>                                     p_resetn; // Global System reset
     28 * soclib::caba::RingINPort<vci_param>             p_ri;  // Ring input port
     29 * soclib::caba::RingOUTPort<vci_param>            p_ro;  // Ring output port
     30 * soclib::caba::!VciInitiator<vci_param>              p_vci;  // VCI Initiator port
    2131
    2232== 4) TLM-T  Implementation ==