Changes between Version 12 and Version 13 of Component/Virtual Dspin Network
- Timestamp:
- Jul 8, 2009, 4:15:01 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Virtual Dspin Network
v12 v13 48 48 || int y_max_offset || Emplacement of y_max for broadcast confinement || 49 49 50 51 50 === CABA Constructor parameters === 52 51 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 || 60 56 61 57 === CABA ports ===