Communications from VME to the DSP FPGAs are accomplished in three steps:
Send a 16-bit Frame to the DSP FPGA containing the command
number and destination DSP
Send the HI-order 16 bits (31-16) of the data word
If bsel bit is set in FPGA control register only 30 data
bits are used. Bits 31 and 30 are destination control:
DAT[31]=1: send to VME
DAT[30]=1: send to Link
Send the LO-order 16 bits (15-0) of the data word
Note: the order of these steps is important.
See DSP FPGA Commands for more details.