Changes between Version 13 and Version 14 of Component/Vci Local Crossbar


Ignore:
Timestamp:
Oct 8, 2013, 1:03:24 PM (11 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Local Crossbar

    v13 v14  
    55== 1) Functional Description ==
    66
    7 This hardware component is a VCI compliant full crossbar, it contains two
    8 independant crossbars for VCI commands and VCI responses. It must only
    9 be used in clusterized architecture, to interconnect a limited number of
     7This hardware component can be used as a local interconnect
     8in a two-levels hierarchical interconnect to interconnect a limited number of
    109VCI initiators and targets in a local sub-system. The associated sub-system
    11 is identified by a global index.
    12 
     10is identified by a cluster index.
     11It contains two independant crossbars for VCI commands and VCI responses.
    1312 * The number of VCI initiators is a parameter that should not be larger than 4.
    1413 * The number of VCI targets is a parameter that should not be larger than 4.
    1514 
    16 The !VciLocalCrossbar component has a dedicated VCI interface (both initiator and target)
     15The !VciLocalCrossbar component has two dedicated VCI ports (initiator and target)
    1716to connect the local subsystem to the global VCI interconnect.
    1817
     
    4948     sc_module_name name,  //  instance name
    5049     const soclib::common::MappingTable &mt,  // mapping table
    51      const soclib::common::IntTab &initiator_index,  //  global initiator index
    52      const soclib::common::IntTab &target_index,  //  global target index
    53      size_t nb_initiator,  //  number of VCI initiators
    54      size_t nb_target ); // number of VCI targets
     50     const size_t cluster_index,  //  global cluster index
     51     const soclib:dd:common::IntTab &cluster_index,  //  global cluster index
     52     const size_t nb_initiator,  //  number of VCI initiators
     53     const size_t nb_target ); // number of VCI targets
    5554}}}
    5655