Changes between Version 12 and Version 13 of Component/Virtual Dspin Network


Ignore:
Timestamp:
Jul 8, 2009, 4:15:01 PM (15 years ago)
Author:
noe.girand@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Virtual Dspin Network

    v12 v13  
    4848|| int y_max_offset             || Emplacement of y_max for broadcast confinement ||
    4949
    50 
    5150=== CABA Constructor parameters ===
    5251
    53 {{{
    54 VirtualDspinNetwork(    sc_module_name insname,                                                 // instance name
    55                         int size_x,                                                             // width of network
    56                         int size_y,                                                             // height of network
    57                         clusterCoordinates<x_addressing_size, y_addressing_size> * aIO_table);  // list of IO Clusters
    58 }}}
    59 
     52|| sc_module_name insname                                               || instance name ||
     53|| int size_x                                                           || width of network ||
     54|| int size_y                                                           || height of network ||
     55|| clusterCoordinates<x_addressing_size, y_addressing_size> * aIO_table || list of IO Clusters ||
    6056
    6157=== CABA ports ===