Changes between Version 8 and Version 9 of Component/Virtual Dspin Network


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Virtual Dspin Network

    v8 v9  
    2121=== CABA Template parameters ===
    2222
    23  * int io_mask_size             - Size in bits of IO checking
    24  * int io_number_size           - Size in bits of IO index
    25  * int x_addressing_size        : Size in bits of first coordinate addressing
    26  * int y_addressing_size        : Size of second coordinate addressing
     23|| int io_mask_size             || Size in bits of IO checking ||
     24|| int io_number_size           || Size in bits of IO index ||
     25|| int x_addressing_size        || Size in bits of first coordinate addressing ||
     26|| int y_addressing_size        || Size of second coordinate addressing ||
    2727
    28  * int cmd_data_size            : Size in bits of command flits
    29  * int cmd_io_mask_offset       : Emplacement of IO checking in command paquets
    30  * int cmd_io_number_offset     : Emplacement of IO index in IO table in command paquets
    31  * int cmd_x_addressing_offset  : Emplacement of target x in first flit in command paquets
    32  * int cmd_y_addressing_offset  : Emplacement of target y in first flit in command paquets
    33  * int cmd_eop_offset           : Emplacement of eop checking in command paquets
    34  * int cmd_broadcast_offset     : Emplacement of broadcast checking in command paquets
     28|| int cmd_data_size            || Size in bits of command flits ||
     29|| int cmd_io_mask_offset       || Emplacement of IO checking in command paquets ||
     30|| int cmd_io_number_offset     || Emplacement of IO index in IO table in command paquets ||
     31|| int cmd_x_addressing_offset  || Emplacement of target x in first flit in command paquets ||
     32|| int cmd_y_addressing_offset  || Emplacement of target y in first flit in command paquets ||
     33|| int cmd_eop_offset           || Emplacement of eop checking in command paquets ||
     34|| int cmd_broadcast_offset     || Emplacement of broadcast checking in command paquets ||
    3535
    36  * int rsp_data_size            : Size in bits of response flits
    37  * int rsp_io_mask_offset       : Emplacement of IO checking in response paquets
    38  * int rsp_io_number_offset     : Emplacement of IO index in IO table in response paquets
    39  * int rsp_x_addressing_offset  : Emplacement of target x in first flit in response paquets
    40  * int rsp_y_addressing_offset  : Emplacement of target y in first flit in response paquets
    41  * int rsp_eop_offset           : Emplacement of eop checking in response paquets
     36|| int rsp_data_size            || Size in bits of response flits ||
     37|| int rsp_io_mask_offset       || Emplacement of IO checking in response paquets ||
     38|| int rsp_io_number_offset     || Emplacement of IO index in IO table in response paquets ||
     39|| int rsp_x_addressing_offset  || Emplacement of target x in first flit in response paquets ||
     40|| int rsp_y_addressing_offset  || Emplacement of target y in first flit in response paquets ||
     41|| int rsp_eop_offset           || Emplacement of eop checking in response paquets ||
    4242
    43  * int in_fifo_size             : Size of input fifos
    44  * int out_fifo_size            : Size of output fifos
    45  * int x_min_offset             : Emplacement of x_min for broadcast confinement
    46  * int x_max_offset             : Emplacement of x_max for broadcast confinement
    47  * int y_min_offset             : Emplacement of y_min for broadcast confinement
    48  * int y_max_offset             : Emplacement of y_max for broadcast confinement
     43|| int in_fifo_size             || Size of input fifos ||
     44|| int out_fifo_size            || Size of output fifos ||
     45|| int x_min_offset             || Emplacement of x_min for broadcast confinement ||
     46|| int x_max_offset             || Emplacement of x_max for broadcast confinement ||
     47|| int y_min_offset             || Emplacement of y_min for broadcast confinement ||
     48|| int y_max_offset             || Emplacement of y_max for broadcast confinement ||
    4949
    5050