| Data | Source | Destination | V[5..1] | F |
| Trigger Data (inp:0) | SCL via MBT | all DSPs(1-5) | 11111 | x |
| Input Data (inp:1-15) | Muon System | any comb(1-4) | 0xxxx | 0 |
| Input Mark & Pass | Muon System | 5 + any comb(1-4) | 0xxxx | 1 |
| Processed Data | DSP-n(=1-4) | DSP-5 | 10001 10010 10100 11000 |
x |
| Output to Hotlink | 5 | Hotlink Out | 00000 | x |
| Invalid | n.a. | n.a. | 10111 11101 11011 11110 10011 11001 10011 10110 10101 11010 |
x |
| Bits | Name | Description |
| 38 | C | End of Data Block |
| 37 | P | Valid Data Word |
| 36-32 | V[5..1] | Director Bits for DSPs |
| 31-0 | DAT[31..0] | Data |
| new | refers to the current word on the link |
| old | refers to the previous words from the link |
| sercount | counts words from link to DSP fpga (sercount in the FPGA code) |
| F | the Full Readout flag |
| V | the link word routing bits (valin[5..1] in the FPGA code) |
| N | Bits Loaded into DSP FPGA used to recognize correct V-bit (Look-Up-Table or N[4..0] in the FPGA code) |
| D | change of director bits flag (DSP5 only) (delta in the FPGA code) |
| O | word count overflow (sercount=255) (srovf in the FPGA code) |
| C | last word in event flag (X[1] in the FPGA code) |
| P | valid data word (X[0] in the FPGA code) |
| Stack Word | sent by FPGA to DSP serial to initiate reading of fifo |
| Old | New | DSP Reads | |||||
| cnt | FDOC | V[5..1] | FDOC | V[5..1] | cnt | Stack Word | from FIFO |
| C-Bit & O-Bit Changes | |||||||
| i | x000 | 10001 | x000 | 10001 | i+1 | n.a. | n.a. |
| i | x000 | 10001 | x001 | 10001 | 0 | Vold,Vnew,CF,0,O,i | i,1 |
| 255 | x000 | 10001 | x010 | 10001 | 0 | Vold,Vnew,CF,0,O,255 | 255,1 |
| 0 | x010 | 10001 | x000 | 10001 | 1 | n.a. | n.a. |
| 0 | x010 | 10001 | x001 | 10001 | 0 | Vold,Vnew,CF,0,O,0 | 0,1 |
| 0 | x001 | 10001 | x001 | 10001 | 0 | Vold,Vnew,CF,0,O,0 | 0,1 |
| D-Bit Changes | |||||||
| i | x000 | 10001 | x10x | 10010 | 0 | Vold,Vnew,CF,0,O,i | i,1 |
| 0 | x100 | 10010 | x000 | 10010 | 1 | n.a. | n.a. |
| 0 | x1xx | 10010 | x10x | 10001 | 0 | Vold,Vnew,CF,0,O,0 | 0,1 |
| 255 | x000 | 10001 | x11x | 10010 | 0 | Vold,Vnew,CF,0,O,255 | 255,1 |