Changes between Version 6 and Version 7 of Component/Vci Vgmn
- Timestamp:
- May 27, 2007, 5:37:20 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Vgmn
v6 v7 2 2 3 3 = !VciVgmn Functional Description = 4 5 [[Image(vci_vgmn.png, nolink, align=right)]]6 4 7 5 This hardware component is a generic micro-network respecting the … … 61 59 sc_module_name name, // Component Name 62 60 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, 65 63 size_t min_latency, 66 64 size_t fifo_depth ); … … 76 74 == Implementation notes == 77 75 78 Each micro network ( Command and Response packets interconnects) is implemented within the same76 Each micro network (the Command network and the Response network) is implemented within the same 79 77 templated code. This code is instanciated twice, once for each network. 80 78