| 27 | | || int cmd_data_size || Size in bits of command flits || |
| 28 | | || int cmd_io_mask_offset || Emplacement of IO checking in command paquets || |
| 29 | | || int cmd_io_number_offset || Emplacement of IO index in IO table in command paquets || |
| 30 | | || int cmd_x_addressing_offset || Emplacement of target x in first flit in command paquets || |
| 31 | | || int cmd_y_addressing_offset || Emplacement of target y in first flit in command paquets || |
| 32 | | || int cmd_eop_offset || Emplacement of eop checking in command paquets || |
| 33 | | || int cmd_broadcast_offset || Emplacement of broadcast checking in command paquets || |
| 34 | | |
| 35 | | || int rsp_data_size || Size in bits of response flits || |
| 36 | | || int rsp_io_mask_offset || Emplacement of IO checking in response paquets || |
| 37 | | || int rsp_io_number_offset || Emplacement of IO index in IO table in response paquets || |
| 38 | | || int rsp_x_addressing_offset || Emplacement of target x in first flit in response paquets || |
| 39 | | || int rsp_y_addressing_offset || Emplacement of target y in first flit in response paquets || |
| 40 | | || int rsp_eop_offset || Emplacement of eop checking in response paquets || |
| | 27 | || int cmd_data_size || Size in bits of flits || |
| | 28 | || int cmd_io_mask_offset || Emplacement of IO checking in paquets || |
| | 29 | || int cmd_io_number_offset || Emplacement of IO index in IO table in paquets || |
| | 30 | || int cmd_x_addressing_offset || Emplacement of target x in first flit in paquets || |
| | 31 | || int cmd_y_addressing_offset || Emplacement of target y in first flit in paquets || |
| | 32 | || int cmd_eop_offset || Emplacement of eop checking in paquets || |
| | 33 | || int cmd_broadcast_offset || Emplacement of broadcast checking in paquets || |