Changes between Version 16 and Version 17 of Component/Virtual Dspin Network


Ignore:
Timestamp:
Jul 9, 2009, 1:45:13 PM (15 years ago)
Author:
noe.girand@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Virtual Dspin Network

    v16 v17  
    1111
    1212It implements the optimized and confined broadcast protocol on first network for second channel and the Hypertransport routing on both networks for the first channel.
     13
     14=== Input INFSM States ===
     15
     16|| FSM_REQ              || Waiting for paquet or sending first flit                     ||
     17|| FSM_DTN              || Allocated to correct output for multicast                    ||
     18|| FSM_DT_11            || Sending second flit to first output in multicast             ||
     19|| FSM_REQ_12           || Sending first flit to second output in multicast             ||
     20|| FSM_DT_12            || Sending second flit to second output in multicast            ||
     21|| FSM_REQ_21           || Sending first flit to third output in multicast              ||
     22|| FSM_DT_21            || Sending second flit to third output in multicast             ||
     23|| FSM_REQ_22           || Sending first flit to fourth output in multicast             ||
     24|| FSM_DT_22            || Sending second flit to fourth output in multicast            ||
     25|| FSM_REQ_LOCAL        || Sending first flit to fifth (LOCAL) output in multicast      ||
     26|| FSM_DT_LOCAL         || Sending second flit to fifth (LOCAL) output in multicast     ||
     27
     28=== Output INFSM States ===
     29
     30|| LOCAL        || Allocated to LOCAL input                     ||
     31|| NORTH        || Allocated to NORTH input                     ||
     32|| SOUTH        || Allocated to SOUTH input                     ||
     33|| EAST         || Allocated to EAST input                      ||
     34|| WEST         || Allocated to WEST input                      ||
     35|| NOP_LOCAL    || Not allocated, and last allocated was LOCAL  ||
     36|| NOP_NORTH    || Not allocated, and last allocated was NORTH  ||
     37|| NOP_SOUTH    || Not allocated, and last allocated was SOUTH  ||
     38|| NOP_EAST     || Not allocated, and last allocated was EAST   ||
     39|| NOP_WEST     || Not allocated, and last allocated was WEST   ||
     40|| NOP_WEST     || Not allocated, and last allocated is unkwnow (equivalent of NOP_LOCAL)||
    1341
    1442== 2) Component definition & usage ==