Changes between Version 6 and Version 7 of Component/Vci Vgmn


Ignore:
Timestamp:
May 27, 2007, 5:37:20 PM (17 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Vgmn

    v6 v7  
    22
    33= !VciVgmn Functional Description =
    4 
    5 [[Image(vci_vgmn.png, nolink, align=right)]]
    64
    75This hardware component is a generic micro-network respecting the
     
    6159     sc_module_name name,   //  Component Name
    6260     const soclib::common::MappingTable &mt,
    63      size_t nb_attached_initiat,
    64      size_t nb_attached_target,
     61     size_t nb_initiator,
     62     size_t nb_target,
    6563     size_t min_latency,
    6664     size_t fifo_depth );
     
    7674== Implementation notes ==
    7775
    78 Each micro network (Command and Response packets interconnects) is implemented within the same
     76Each micro network (the Command network and the Response network) is implemented within the same
    7977templated code. This code is instanciated twice, once for each network.
    8078