Changes between Version 9 and Version 10 of Component/Vci Ring Target Wrapper


Ignore:
Timestamp:
Jan 19, 2009, 2:06:39 PM (15 years ago)
Author:
abdelmalek.si-merabet@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Ring Target Wrapper

    v9 v10  
    88 
    99== 2) Component definition & usage ==
     10
     11source:trunk/soclib/soclib/module/network_component/vci_ring_target_wrapper/caba/metadata/vci_ring_target_wrapper.sd
    1012
    1113== 3) CABA  Implementation ==
     
    1921
    2022{{{
    21 VciRingTargetWrapper( sc_module_name name);   //  Instance Name
     23VciRingTargetWrapper(sc_module_name     insname,                    //  Instance Name
     24                            bool            alloc_target,           //  Default token owner
     25                            const int       &wrapper_fifo_depth,    //  command and response fifo depth
     26                            const soclib::common::MappingTable &mt, //  Mapping Table
     27                            const soclib::common::IntTab &ringid,   //  Global subsystem Index
     28                            const int &tgtid);                      //  Attached target index
    2229}}}
    2330
    2431=== CABA Ports ===
    2532
    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
     33 * sc_in<bool>                                     p_clk;      // Global System Clock
     34 * sc_in<bool>                                     p_resetn;   // Global System reset
     35 * soclib::caba::!RingIn                           p_ring_in;  // Ring input port
     36 * soclib::caba::!RingOut                          p_ring_out; // Ring output port
     37 * soclib::caba::!VciInitiator<vci_param>          p_vci;      // VCI Initiator port
    3138
    3239== 4) TLM-T  Implementation ==
    3340
    3441The TLM-T implementation is not yet available.
    35 You can use the [wiki:Component/VciVgmn VciVgmn] generic interconnect.
     42
    3643
    3744