112 | | * the MSB bit is the EOP flag, defining the last flit of a DSPIN packet. |
113 | | * the LSB bit of the first flit is the BC flag, defining a DSPIN broadcast packet. |
114 | | * For a non broadcast packet (BC = 0), the first flit contains a 38 bits ADDRESS field (defining an aligned 32 bits word address). The (NX+NY+NL) MSB bits of this ADDRESS field are used to route the packet to the proper destination. |
115 | | * For a broadcast packet (BC = 1), the first flit contains the 20 MSB bits of the ADDRESS field contain the XMIN, XMAX, YMIN, YMAX fields (5 bits each), that are used by the network to limit the broadcast. |
| 112 | * The MSB bit is the EOP flag, defining the last flit of a DSPIN packet. |
| 113 | * The LSB bit of the first flit is the BC flag, defining a DSPIN broadcast packet. |
| 114 | * For a response packet, BC=0 and the RSRCID field is used to route the packet to the proper destination. |
| 115 | * For a non broadcast command packet, BC = 0), and the (NX+NY+NL) MSB bits of the ADDRESS field are used to route the packet to the proper destination. |
| 116 | * For a broadcast packet, BC = 1, and the XMIN, XMAX, YMIN, YMAX fields (5 bits each), are used by the network to limit the broadcast. |