Changes between Version 12 and Version 13 of Component/Vci Ring Target Wrapper


Ignore:
Timestamp:
Jan 20, 2009, 10:57:56 AM (15 years ago)
Author:
abdelmalek.si-merabet@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Ring Target Wrapper

    v12 v13  
    2121
    2222{{{
    23 VciRingTargetWrapper(sc_module_name     insname,                    //  Instance Name
    24                             bool            alloc_target,           //  Default token owner
     23VciRingTargetWrapper(sc_module_name     insname,                    //  instance Name
     24                            bool            alloc_target,           //  default token owner
    2525                            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
     26                            const soclib::common::MappingTable &mt, //  mapping Table
     27                            const soclib::common::IntTab &ringid,   //  global subsystem Index
     28                            const int &tgtid);                      //  attached target index
    2929}}}
    3030
    3131=== CABA Ports ===
    3232
    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
     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
    3838
    3939== 4) TLM-T  Implementation ==